原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"css",
"formatter",
"javascript",
"jsx",
"linter",
"static-code-analysis",
"typescript",
"web",
"json"
],
"is_fork": false,
"size_kb": 267404,
"has_wiki": false,
"homepage": "https://biomejs.dev",
"languages": {
"CSS": 465039,
"Vue": 183352,
"HTML": 178836,
"Just": 10948,
"Rust": 25720094,
"SCSS": 192718,
"Astro": 77718,
"Shell": 9652,
"Svelte": 111154,
"JavaScript": 1940025,
"TypeScript": 1004841,
"RenderScript": 2
},
"pushed_at": "2026-07-17T18:16:18Z",
"created_at": "2023-07-27T20:30:22Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T20:17:17Z",
"description": "A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://biomejs.dev",
"name": "Biome",
"type": "Organization",
"login": "biomejs",
"company": null,
"followers": 685,
"avatar_url": "https://avatars.githubusercontent.com/u/140182603?v=4",
"created_at": "2023-07-21T14:24:32Z",
"is_verified": null,
"public_repos": 19,
"account_age_days": 1092
},
"activity": {
"releases_count": 100,
"commits_last_year": 2177,
"latest_release_at": "2026-07-15T04:10:08Z",
"latest_release_tag": "@biomejs/biome@2.5.4",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 52,
"days_since_latest_release": 2,
"mean_days_between_releases": 9.2
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 1118,
"stars": 25298,
"watchers": 93,
"open_issues_and_prs": 497
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"justfile"
],
"api_schema_files": [
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateArgumentNames/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateArgumentNames/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateEnumValueNames/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateEnumValueNames/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateInputFieldNames/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateInputFieldNames/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateVariableNames/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateVariableNames/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useGraphqlNamedOperations/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useGraphqlNamedOperations/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/multi-anonymous.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/multi-shorthand.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/one-shorthand-one-anonymous.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/with-mutation.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/with-named-query.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/with-subscription.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/multi-named.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/no-operations.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/one-anonymous.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/with-type.graphql",
"crates/biome_graphql_analyze/tests/specs/nursery/noDuplicateFieldDefinitionNames/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/nursery/noDuplicateFieldDefinitionNames/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/source/useSortedEnumMembers/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/source/useSortedEnumMembers/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/source/useSortedSelectionSet/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/source/useSortedSelectionSet/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/source/useSortedTypeFields/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/source/useSortedTypeFields/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/noExcessiveLinesPerFile/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/noExcessiveLinesPerFile/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/noRootType/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/noRootType/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/block/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/block/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/inline/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/inline/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useDeprecatedReason/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useDeprecatedReason/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useGraphqlNamingConvention/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useGraphqlNamingConvention/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useInputName/case-insensitive/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useInputName/case-insensitive/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useInputName/case-sensitive/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useInputName/case-sensitive/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useInputName/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useInputName/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/invalid/multi-executables-definitions.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/invalid/multi-named-query.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/invalid/single-query-definition.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/fragment.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-anonymous-mutation.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-anonymous-query.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-anonymous-subscription.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-named-mutation.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-named-query.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-named-subscription.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-shorthand-query.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noDuplicateFields/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noDuplicateGraphqlOperationName/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noDuplicateGraphqlOperationName/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/invalid/comment.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/invalid/empty.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/valid/allowComments.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/valid/fragment.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/valid/query.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/useDeprecatedDate/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/useDeprecatedDate/valid.graphql",
"crates/biome_graphql_analyze/tests/suppression/nursery/noDuplicatedFields/noDuplicatedFields.graphql",
"crates/biome_graphql_analyze/tests/suppression/nursery/useDeprecatedReason/useDeprecatedReason.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/directive_definition.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum_extension.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/fragment.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object_extension.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface_extension.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/object.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/object_extension.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar_extension.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema_extension.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/union.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/union_extension.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/directive.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/newline_clrf.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/global/object_spacing.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/object_spacing.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/operation.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/selection_set.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/simple.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/suppression.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/suppression_trailing_comments.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/trailing_newline/simple.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/type.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/value.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/arguments/hello.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/bracket-spacing/bracket_spacing.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/argument_comment.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/fields.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/interfaces.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/tokens.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/definitions/fields.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/deprecation/directives.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/directive-decl/directive_decl.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/directives/directives.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/enum/enum.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/fields/fields.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/fragment-variables/fragment_variables.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/fragments/fragments.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/hello/hello.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/interface.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/object_type_def.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/object_type_def_mixed_syntax.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/object_type_def_old_syntax.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/separator-detection.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/kitchen-sink/kitchen_sink.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/kitchen-sink/schema_kitchen_sink.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/lists/lists.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/directive_decl.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/directives.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/enum.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/fields.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/input.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/interface.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/object_type_def.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/schema.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/arguments.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/directives.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/extend.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/implements.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/input.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/object_type_def.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/objects/objects.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/prettier-ignore/prettier-ignore-comment.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/range/issue2296.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/scalar/scalar.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/schema/schema.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/string/description.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/string/string.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/trailing-comma/trailing.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/type-extension-definition/type-extendsion-syntax.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/union-types/union_types.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/variable-definitions/variable_definitions.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/directive_definition.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/enum.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/enum_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/fragment.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/input_object.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/input_object_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/interface.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/interface_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/object.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/object_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/scalar.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/scalar_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/schema.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/schema_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/union.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/union_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/directive.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/operation.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/selection_set.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/type.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/value.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/directive_definition.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/enum.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/enum_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/fragment.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/input_object.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/input_object_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/interface.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/interface_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/object.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/object_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/scalar.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/scalar_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/schema.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/schema_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/union.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/union_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/directive.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/operation.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/selection_set.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/type.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/value.graphql"
],
"has_devcontainer": true,
"typecheck_configs": [
"crates/biome_module_graph/tests/fixtures/frontend/tsconfig.json",
"crates/biome_resolver/tests/fixtures/resolver_cases_3/tsconfig.json",
"crates/biome_resolver/tests/fixtures/resolver_cases_4/tsconfig.json",
"crates/biome_resolver/tests/fixtures/resolver_cases_5/tsconfig.json",
"crates/biome_resolver/tests/fixtures/resolver_cases_6/tsconfig.json",
"crates/biome_resolver/tests/fixtures/resolver_cases_7/tsconfig.json",
"crates/biome_service/tests/fixtures/basic/frontend/tsconfig.json",
"packages/@biomejs/backend-jsonrpc/tsconfig.json",
"packages/@biomejs/js-api/tsconfig.json",
"packages/prettier-compare/tsconfig.json",
"packages/tailwindcss-config-analyzer/tsconfig.json"
],
"largest_source_bytes": 722160,
"source_files_sampled": 9039,
"oversized_source_files": 59,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 13680
},
"dependencies": {
"manifests": [
"Cargo.toml",
"fuzz/Cargo.toml",
"package.json"
],
"ecosystems": [
"crates",
"npm"
],
"dependencies": [
{
"name": "biome_analyze",
"manifest": "fuzz/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "biome_diagnostics",
"manifest": "fuzz/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "biome_formatter",
"manifest": "fuzz/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "biome_js_analyze",
"manifest": "fuzz/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "biome_js_formatter",
"manifest": "fuzz/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "biome_js_parser",
"manifest": "fuzz/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "biome_js_syntax",
"manifest": "fuzz/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "biome_json_formatter",
"manifest": "fuzz/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "biome_json_parser",
"manifest": "fuzz/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "biome_service",
"manifest": "fuzz/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "libfuzzer-sys",
"manifest": "fuzz/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "similar",
"manifest": "fuzz/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "similar",
"direct": true,
"version": "2.7.0",
"ecosystem": "crates"
},
{
"name": "addr2line",
"direct": false,
"version": "0.25.1",
"ecosystem": "crates"
},
{
"name": "adler2",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.2",
"ecosystem": "crates"
},
{
"name": "aligned-vec",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "allocator-api2",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "anes",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "anstyle",
"direct": false,
"version": "1.0.14",
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": false,
"version": "1.0.103",
"ecosystem": "crates"
},
{
"name": "approx",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "arrayvec",
"direct": false,
"version": "0.7.6",
"ecosystem": "crates"
},
{
"name": "ascii_table",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "ascii_table",
"direct": false,
"version": "4.0.8",
"ecosystem": "crates"
},
{
"name": "atomic-waker",
"direct": false,
"version": "1.1.2",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "backtrace",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "backtrace",
"direct": false,
"version": "0.3.76",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": false,
"version": "0.22.1",
"ecosystem": "crates"
},
{
"name": "bincode",
"direct": false,
"version": "1.3.3",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "1.3.2",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.9.3",
"ecosystem": "crates"
},
{
"name": "bitvec",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "bitvec",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "boa_ast",
"direct": false,
"version": "0.21.1",
"ecosystem": "crates"
},
{
"name": "boa_engine",
"direct": false,
"version": "0.21.1",
"ecosystem": "crates"
},
{
"name": "boa_gc",
"direct": false,
"version": "0.21.0",
"ecosystem": "crates"
},
{
"name": "boa_interner",
"direct": false,
"version": "0.21.1",
"ecosystem": "crates"
},
{
"name": "boa_macros",
"direct": false,
"version": "0.21.1",
"ecosystem": "crates"
},
{
"name": "boa_parser",
"direct": false,
"version": "0.21.1",
"ecosystem": "crates"
},
{
"name": "boa_string",
"direct": false,
"version": "0.21.1",
"ecosystem": "crates"
},
{
"name": "borrow-or-share",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "boxcar",
"direct": false,
"version": "0.2.14",
"ecosystem": "crates"
},
{
"name": "bpaf",
"direct": false,
"version": "0.9.26",
"ecosystem": "crates"
},
{
"name": "bpaf_derive",
"direct": false,
"version": "0.5.26",
"ecosystem": "crates"
},
{
"name": "bstr",
"direct": false,
"version": "1.12.1",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.12.0",
"ecosystem": "crates"
},
{
"name": "bytemuck",
"direct": false,
"version": "1.24.0",
"ecosystem": "crates"
},
{
"name": "bytemuck_derive",
"direct": false,
"version": "1.10.2",
"ecosystem": "crates"
},
{
"name": "byteorder",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "bytes",
"direct": false,
"version": "1.11.1",
"ecosystem": "crates"
},
{
"name": "camino",
"direct": false,
"version": "1.2.4",
"ecosystem": "crates"
},
{
"name": "case",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "case",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "caseless",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "caseless",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "cast",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.2.10",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "cfg_aliases",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "chrono",
"direct": false,
"version": "0.4.44",
"ecosystem": "crates"
},
{
"name": "ciborium",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "ciborium-io",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "ciborium-ll",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "clap",
"direct": false,
"version": "4.6.1",
"ecosystem": "crates"
},
{
"name": "clap_builder",
"direct": false,
"version": "4.6.0",
"ecosystem": "crates"
},
{
"name": "clap_lex",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "codspeed",
"direct": false,
"version": "3.0.5",
"ecosystem": "crates"
},
{
"name": "codspeed",
"direct": false,
"version": "4.4.1",
"ecosystem": "crates"
},
{
"name": "codspeed-criterion-compat",
"direct": false,
"version": "3.0.5",
"ecosystem": "crates"
},
{
"name": "codspeed-criterion-compat-walltime",
"direct": false,
"version": "3.0.5",
"ecosystem": "crates"
},
{
"name": "codspeed-divan-compat",
"direct": false,
"version": "4.4.1",
"ecosystem": "crates"
},
{
"name": "codspeed-divan-compat-macros",
"direct": false,
"version": "4.4.1",
"ecosystem": "crates"
},
{
"name": "codspeed-divan-compat-walltime",
"direct": false,
"version": "4.4.1",
"ecosystem": "crates"
},
{
"name": "colored",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "colored",
"direct": false,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "colored",
"direct": false,
"version": "3.1.1",
"ecosystem": "crates"
},
{
"name": "condtype",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "console",
"direct": false,
"version": "0.15.5",
"ecosystem": "crates"
},
{
"name": "console",
"direct": false,
"version": "0.16.0",
"ecosystem": "crates"
},
{
"name": "console_error_panic_hook",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "console_error_panic_hook",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "cookie",
"direct": false,
"version": "0.18.1",
"ecosystem": "crates"
},
{
"name": "cookie_store",
"direct": false,
"version": "0.22.0",
"ecosystem": "crates"
},
{
"name": "cordyceps",
"direct": false,
"version": "0.3.4",
"ecosystem": "crates"
},
{
"name": "countme",
"direct": false,
"version": "3.0.1",
"ecosystem": "crates"
},
{
"name": "cow-utils",
"direct": false,
"version": "0.1.3",
"ecosystem": "crates"
},
{
"name": "crc32fast",
"direct": false,
"version": "1.3.2",
"ecosystem": "crates"
},
{
"name": "criterion-plot",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "crossbeam",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "crossbeam-channel",
"direct": false,
"version": "0.5.15",
"ecosystem": "crates"
},
{
"name": "crossbeam-deque",
"direct": false,
"version": "0.8.5",
"ecosystem": "crates"
},
{
"name": "crossbeam-epoch",
"direct": false,
"version": "0.9.20",
"ecosystem": "crates"
},
{
"name": "crossbeam-queue",
"direct": false,
"version": "0.3.12",
"ecosystem": "crates"
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.21",
"ecosystem": "crates"
},
{
"name": "darling",
"direct": false,
"version": "0.14.4",
"ecosystem": "crates"
},
{
"name": "darling_core",
"direct": false,
"version": "0.14.4",
"ecosystem": "crates"
},
{
"name": "darling_macro",
"direct": false,
"version": "0.14.4",
"ecosystem": "crates"
},
{
"name": "dashmap",
"direct": false,
"version": "5.5.3",
"ecosystem": "crates"
},
{
"name": "dashmap",
"direct": false,
"version": "6.1.0",
"ecosystem": "crates"
},
{
"name": "defmt",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "defmt-macros",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "defmt-parser",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "deranged",
"direct": false,
"version": "0.5.5",
"ecosystem": "crates"
},
{
"name": "derive_builder",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "derive_builder_core",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "derive_builder_macro",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "diatomic-waker",
"direct": false,
"version": "0.2.3",
"ecosystem": "crates"
},
{
"name": "directories",
"direct": false,
"version": "6.0.0",
"ecosystem": "crates"
},
{
"name": "dirs-sys",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "displaydoc",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "divan-macros",
"direct": false,
"version": "0.1.17",
"ecosystem": "crates"
},
{
"name": "document-features",
"direct": false,
"version": "0.2.10",
"ecosystem": "crates"
},
{
"name": "drop_bomb",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "drop_bomb",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "dyn-clone",
"direct": false,
"version": "1.0.20",
"ecosystem": "crates"
},
{
"name": "dynify",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "dynify-macros",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "either",
"direct": false,
"version": "1.15.0",
"ecosystem": "crates"
},
{
"name": "elsa",
"direct": false,
"version": "1.10.0",
"ecosystem": "crates"
},
{
"name": "encode_unicode",
"direct": false,
"version": "0.3.6",
"ecosystem": "crates"
},
{
"name": "encode_unicode",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "enumflags2",
"direct": false,
"version": "0.7.12",
"ecosystem": "crates"
},
{
"name": "enumflags2_derive",
"direct": false,
"version": "0.7.12",
"ecosystem": "crates"
},
{
"name": "env_filter",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "env_logger",
"direct": false,
"version": "0.11.9",
"ecosystem": "crates"
},
{
"name": "equator",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "equator-macro",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "errno",
"direct": false,
"version": "0.3.10",
"ecosystem": "crates"
},
{
"name": "fast-float2",
"direct": false,
"version": "0.2.3",
"ecosystem": "crates"
},
{
"name": "fastrand",
"direct": false,
"version": "2.3.0",
"ecosystem": "crates"
},
{
"name": "filetime",
"direct": false,
"version": "0.2.29",
"ecosystem": "crates"
},
{
"name": "fixedbitset",
"direct": false,
"version": "0.5.7",
"ecosystem": "crates"
},
{
"name": "flate2",
"direct": false,
"version": "1.0.35",
"ecosystem": "crates"
},
{
"name": "float16",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "fluent-uri",
"direct": false,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "flume",
"direct": false,
"version": "0.10.14",
"ecosystem": "crates"
},
{
"name": "fnv",
"direct": false,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "form_urlencoded",
"direct": false,
"version": "1.2.2",
"ecosystem": "crates"
},
{
"name": "fsevent-sys",
"direct": false,
"version": "4.1.0",
"ecosystem": "crates"
},
{
"name": "funty",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "futures",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "futures",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-buffered",
"direct": false,
"version": "0.2.12",
"ecosystem": "crates"
},
{
"name": "futures-channel",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-concurrency",
"direct": false,
"version": "7.6.3",
"ecosystem": "crates"
},
{
"name": "futures-core",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-executor",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-io",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-lite",
"direct": false,
"version": "2.6.1",
"ecosystem": "crates"
},
{
"name": "futures-macro",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-sink",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-task",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "generator",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "getopts",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.2.15",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "gimli",
"direct": false,
"version": "0.32.3",
"ecosystem": "crates"
},
{
"name": "git2",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "git2",
"direct": false,
"version": "0.21.0",
"ecosystem": "crates"
},
{
"name": "glob",
"direct": false,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "globset",
"direct": false,
"version": "0.4.18",
"ecosystem": "crates"
},
{
"name": "globwalk",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "globwalk",
"direct": false,
"version": "0.9.1",
"ecosystem": "crates"
},
{
"name": "grit-pattern-matcher",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "grit-util",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "h2",
"direct": false,
"version": "0.4.13",
"ecosystem": "crates"
},
{
"name": "half",
"direct": false,
"version": "1.8.2",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.14.5",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.15.5",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.16.1",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.17.0",
"ecosystem": "crates"
},
{
"name": "hashlink",
"direct": false,
"version": "0.12.0",
"ecosystem": "crates"
},
{
"name": "heck",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "hermit-abi",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "htmlize",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "htmlize",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "http",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "http-body",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "http-body-util",
"direct": false,
"version": "0.1.3",
"ecosystem": "crates"
},
{
"name": "httparse",
"direct": false,
"version": "1.10.1",
"ecosystem": "crates"
},
{
"name": "hyper",
"direct": false,
"version": "1.9.0",
"ecosystem": "crates"
},
{
"name": "hyper-rustls",
"direct": false,
"version": "0.27.9",
"ecosystem": "crates"
},
{
"name": "hyper-util",
"direct": false,
"version": "0.1.20",
"ecosystem": "crates"
},
{
"name": "iai",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "icu_collections",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "icu_collections",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "icu_locale_core",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "icu_locid",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "icu_locid_transform",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "icu_locid_transform_data",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "icu_normalizer",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "icu_normalizer",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "icu_normalizer_data",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "icu_normalizer_data",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "icu_properties",
"direct": false,
"version": "1.5.1",
"ecosystem": "crates"
},
{
"name": "icu_properties",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "icu_properties_data",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "icu_properties_data",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "icu_provider",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "icu_provider",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "icu_provider_macros",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "id-arena",
"direct": false,
"version": "2.3.0",
"ecosystem": "crates"
},
{
"name": "ident_case",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "idna",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "idna_adapter",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "ignore",
"direct": false,
"version": "0.4.25",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": "2.14.0",
"ecosystem": "crates"
},
{
"name": "indicatif",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "indicatif",
"direct": false,
"version": "0.17.11",
"ecosystem": "crates"
},
{
"name": "indicatif",
"direct": false,
"version": "0.18.4",
"ecosystem": "crates"
},
{
"name": "inotify",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "inotify-sys",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "insta",
"direct": false,
"version": "1.48.0",
"ecosystem": "crates"
},
{
"name": "intrusive-collections",
"direct": false,
"version": "0.10.2",
"ecosystem": "crates"
},
{
"name": "intrusive-collections",
"direct": false,
"version": "0.9.7",
"ecosystem": "crates"
},
{
"name": "inventory",
"direct": false,
"version": "0.3.24",
"ecosystem": "crates"
},
{
"name": "ipnet",
"direct": false,
"version": "2.12.0",
"ecosystem": "crates"
},
{
"name": "iri-string",
"direct": false,
"version": "0.7.12",
"ecosystem": "crates"
},
{
"name": "is-terminal",
"direct": false,
"version": "0.4.17",
"ecosystem": "crates"
},
{
"name": "is_ci",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": false,
"version": "0.10.5",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": false,
"version": "0.14.0",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.15",
"ecosystem": "crates"
},
{
"name": "jiff",
"direct": false,
"version": "0.2.32",
"ecosystem": "crates"
},
{
"name": "jiff-static",
"direct": false,
"version": "0.2.32",
"ecosystem": "crates"
},
{
"name": "jiff-tzdb",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "jiff-tzdb-platform",
"direct": false,
"version": "0.1.3",
"ecosystem": "crates"
},
{
"name": "jobserver",
"direct": false,
"version": "0.1.31",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.94",
"ecosystem": "crates"
},
{
"name": "json_comments",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "json_comments",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "kqueue",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "kqueue-sys",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "lazy_static",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "leb128fmt",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.186",
"ecosystem": "crates"
},
{
"name": "libgit2-sys",
"direct": false,
"version": "0.18.5+1.9.4",
"ecosystem": "crates"
},
{
"name": "libmimalloc-sys",
"direct": false,
"version": "0.1.47",
"ecosystem": "crates"
},
{
"name": "libredox",
"direct": false,
"version": "0.1.3",
"ecosystem": "crates"
},
{
"name": "libz-sys",
"direct": false,
"version": "1.1.8",
"ecosystem": "crates"
},
{
"name": "linux-raw-sys",
"direct": false,
"version": "0.9.2",
"ecosystem": "crates"
},
{
"name": "litemap",
"direct": false,
"version": "0.7.3",
"ecosystem": "crates"
},
{
"name": "litemap",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "litrs",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "lock_api",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.26",
"ecosystem": "crates"
},
{
"name": "loom",
"direct": false,
"version": "0.7.2",
"ecosystem": "crates"
},
{
"name": "lru-slab",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "ls-types",
"direct": false,
"version": "0.0.2",
"ecosystem": "crates"
},
{
"name": "matchers",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.7.4",
"ecosystem": "crates"
},
{
"name": "memoffset",
"direct": false,
"version": "0.9.1",
"ecosystem": "crates"
},
{
"name": "mimalloc",
"direct": false,
"version": "0.1.50",
"ecosystem": "crates"
},
{
"name": "miniz_oxide",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "mio",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "newtype-uuid",
"direct": false,
"version": "1.3.2",
"ecosystem": "crates"
},
{
"name": "nix",
"direct": false,
"version": "0.29.0",
"ecosystem": "crates"
},
{
"name": "nix",
"direct": false,
"version": "0.31.2",
"ecosystem": "crates"
},
{
"name": "notify",
"direct": false,
"version": "8.2.0",
"ecosystem": "crates"
},
{
"name": "notify-types",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "nu-ansi-term",
"direct": false,
"version": "0.50.0",
"ecosystem": "crates"
},
{
"name": "num-bigint",
"direct": false,
"version": "0.4.6",
"ecosystem": "crates"
},
{
"name": "num-conv",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "num-integer",
"direct": false,
"version": "0.1.46",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.19",
"ecosystem": "crates"
},
{
"name": "num_enum",
"direct": false,
"version": "0.7.4",
"ecosystem": "crates"
},
{
"name": "num_enum_derive",
"direct": false,
"version": "0.7.4",
"ecosystem": "crates"
},
{
"name": "num_threads",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "number_prefix",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "object",
"direct": false,
"version": "0.37.3",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.21.4",
"ecosystem": "crates"
},
{
"name": "oorandom",
"direct": false,
"version": "11.1.3",
"ecosystem": "crates"
},
{
"name": "openssl-probe",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "openssl-sys",
"direct": false,
"version": "0.9.117",
"ecosystem": "crates"
},
{
"name": "option-ext",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "owo-colors",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "owo-colors",
"direct": false,
"version": "4.3.0",
"ecosystem": "crates"
},
{
"name": "papaya",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "parking",
"direct": false,
"version": "2.2.1",
"ecosystem": "crates"
},
{
"name": "parking_lot",
"direct": false,
"version": "0.12.5",
"ecosystem": "crates"
},
{
"name": "parking_lot_core",
"direct": false,
"version": "0.9.12",
"ecosystem": "crates"
},
{
"name": "paste",
"direct": false,
"version": "1.0.15",
"ecosystem": "crates"
},
{
"name": "pastey",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "path-absolutize",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "path-absolutize",
"direct": false,
"version": "3.1.1",
"ecosystem": "crates"
},
{
"name": "path-dedot",
"direct": false,
"version": "3.1.1",
"ecosystem": "crates"
},
{
"name": "percent-encoding",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "percent-encoding",
"direct": false,
"version": "2.3.2",
"ecosystem": "crates"
},
{
"name": "phf",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "phf",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "phf_codegen",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "phf_generator",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "phf_generator",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "phf_macros",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "phf_shared",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "phf_shared",
"direct": false,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "pico-args",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "pico-args",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "pin-project",
"direct": false,
"version": "1.1.10",
"ecosystem": "crates"
},
{
"name": "pin-project-internal",
"direct": false,
"version": "1.1.10",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.13",
"ecosystem": "crates"
},
{
"name": "pkg-config",
"direct": false,
"version": "0.3.26",
"ecosystem": "crates"
},
{
"name": "plotters",
"direct": false,
"version": "0.3.4",
"ecosystem": "crates"
},
{
"name": "plotters-backend",
"direct": false,
"version": "0.3.4",
"ecosystem": "crates"
},
{
"name": "plotters-svg",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "portable-atomic",
"direct": false,
"version": "1.13.1",
"ecosystem": "crates"
},
{
"name": "portable-atomic-util",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "potential_utf",
"direct": false,
"version": "0.1.3",
"ecosystem": "crates"
},
{
"name": "powerfmt",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "ppv-lite86",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "prettyplease",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "prettyplease",
"direct": false,
"version": "0.2.37",
"ecosystem": "crates"
},
{
"name": "proc-macro-crate",
"direct": false,
"version": "3.3.0",
"ecosystem": "crates"
},
{
"name": "proc-macro-error-attr2",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "proc-macro-error2",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.106",
"ecosystem": "crates"
},
{
"name": "pulldown-cmark",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "pulldown-cmark",
"direct": false,
"version": "0.13.3",
"ecosystem": "crates"
},
{
"name": "pulldown-cmark-escape",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "quick-junit",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "quick-junit",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "quick-xml",
"direct": false,
"version": "0.37.5",
"ecosystem": "crates"
},
{
"name": "quick-xml",
"direct": false,
"version": "0.38.4",
"ecosystem": "crates"
},
{
"name": "quickcheck",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "quickcheck_macros",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "quinn",
"direct": false,
"version": "0.11.9",
"ecosystem": "crates"
},
{
"name": "quinn-proto",
"direct": false,
"version": "0.11.15",
"ecosystem": "crates"
},
{
"name": "quinn-udp",
"direct": false,
"version": "0.5.14",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.45",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "5.2.0",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "6.0.0",
"ecosystem": "crates"
},
{
"name": "radium",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": "0.8.5",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": false,
"version": "0.9.3",
"ecosystem": "crates"
},
{
"name": "rand_chacha",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "rand_chacha",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.9.3",
"ecosystem": "crates"
},
{
"name": "rayon",
"direct": false,
"version": "1.12.0",
"ecosystem": "crates"
},
{
"name": "rayon-core",
"direct": false,
"version": "1.13.0",
"ecosystem": "crates"
},
{
"name": "redox_syscall",
"direct": false,
"version": "0.5.9",
"ecosystem": "crates"
},
{
"name": "redox_users",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "ref-cast",
"direct": false,
"version": "1.0.25",
"ecosystem": "crates"
},
{
"name": "ref-cast-impl",
"direct": false,
"version": "1.0.25",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.13.0",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.13",
"ecosystem": "crates"
},
{
"name": "regex-lite",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.11",
"ecosystem": "crates"
},
{
"name": "regress",
"direct": false,
"version": "0.10.4",
"ecosystem": "crates"
},
{
"name": "reqwest",
"direct": false,
"version": "0.12.28",
"ecosystem": "crates"
},
{
"name": "ring",
"direct": false,
"version": "0.17.13",
"ecosystem": "crates"
},
{
"name": "roaring",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "roaring",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "rust-lapper",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "rustc-demangle",
"direct": false,
"version": "0.1.24",
"ecosystem": "crates"
},
{
"name": "rustc-hash",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "rustc-hash",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "rustc_version",
"direct": false,
"version": "0.2.3",
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "rustls",
"direct": false,
"version": "0.23.37",
"ecosystem": "crates"
},
{
"name": "rustls-pki-types",
"direct": false,
"version": "1.14.0",
"ecosystem": "crates"
},
{
"name": "rustls-webpki",
"direct": false,
"version": "0.103.13",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.19",
"ecosystem": "crates"
},
{
"name": "ryu",
"direct": false,
"version": "1.0.13",
"ecosystem": "crates"
},
{
"name": "ryu-js",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "salsa",
"direct": false,
"version": "0.27.2",
"ecosystem": "crates"
},
{
"name": "salsa-macro-rules",
"direct": false,
"version": "0.27.2",
"ecosystem": "crates"
},
{
"name": "salsa-macros",
"direct": false,
"version": "0.27.2",
"ecosystem": "crates"
},
{
"name": "same-file",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "scc",
"direct": false,
"version": "2.4.0",
"ecosystem": "crates"
},
{
"name": "schemars",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "schemars_derive",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "scoped-tls",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "scopeguard",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "sdd",
"direct": false,
"version": "3.0.10",
"ecosystem": "crates"
},
{
"name": "seize",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "self-replace",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "self_update",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "self_update",
"direct": false,
"version": "0.42.0",
"ecosystem": "crates"
},
{
"name": "semver",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "semver",
"direct": false,
"version": "1.0.27",
"ecosystem": "crates"
},
{
"name": "semver-parser",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde-wasm-bindgen",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde-wasm-bindgen",
"direct": false,
"version": "0.6.5",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_derive_internals",
"direct": false,
"version": "0.29.1",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": false,
"version": "1.0.150",
"ecosystem": "crates"
},
{
"name": "serde_spanned",
"direct": false,
"version": "1.1.1",
"ecosystem": "crates"
},
{
"name": "serde_test",
"direct": false,
"version": "1.0.177",
"ecosystem": "crates"
},
{
"name": "serde_urlencoded",
"direct": false,
"version": "0.7.1",
"ecosystem": "crates"
},
{
"name": "serde_yaml",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_yaml",
"direct": false,
"version": "0.9.34+deprecated",
"ecosystem": "crates"
},
{
"name": "serial_test",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "serial_test",
"direct": false,
"version": "3.3.1",
"ecosystem": "crates"
},
{
"name": "serial_test_derive",
"direct": false,
"version": "3.3.1",
"ecosystem": "crates"
},
{
"name": "sharded-slab",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "shlex",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "signal-hook-registry",
"direct": false,
"version": "1.4.1",
"ecosystem": "crates"
},
{
"name": "similar-asserts",
"direct": false,
"version": "1.7.0",
"ecosystem": "crates"
},
{
"name": "siphasher",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": "0.4.11",
"ecosystem": "crates"
},
{
"name": "small_btree",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": false,
"version": "1.15.2",
"ecosystem": "crates"
},
{
"name": "socket2",
"direct": false,
"version": "0.6.3",
"ecosystem": "crates"
},
{
"name": "spin",
"direct": false,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "spin",
"direct": false,
"version": "0.9.8",
"ecosystem": "crates"
},
{
"name": "stable_deref_trait",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "static_assertions",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "statrs",
"direct": false,
"version": "0.18.0",
"ecosystem": "crates"
},
{
"name": "strip-ansi-escapes",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "strsim",
"direct": false,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "subtle",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "supports-color",
"direct": false,
"version": "2.1.0",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "1.0.109",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.106",
"ecosystem": "crates"
},
{
"name": "sync_wrapper",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "synstructure",
"direct": false,
"version": "0.13.2",
"ecosystem": "crates"
},
{
"name": "tag_ptr",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "tap",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "target-triple",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "tempfile",
"direct": false,
"version": "3.23.0",
"ecosystem": "crates"
},
{
"name": "termcolor",
"direct": false,
"version": "1.4.1",
"ecosystem": "crates"
},
{
"name": "terminal_size",
"direct": false,
"version": "0.4.4",
"ecosystem": "crates"
},
{
"name": "thin-vec",
"direct": false,
"version": "0.2.16",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": false,
"version": "1.0.63",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": false,
"version": "2.0.17",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "1.0.63",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.17",
"ecosystem": "crates"
},
{
"name": "thread_local",
"direct": false,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "tikv-jemalloc-sys",
"direct": false,
"version": "0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7",
"ecosystem": "crates"
},
{
"name": "tikv-jemallocator",
"direct": false,
"version": "0.6.1",
"ecosystem": "crates"
},
{
"name": "time",
"direct": false,
"version": "0.3.47",
"ecosystem": "crates"
},
{
"name": "time-core",
"direct": false,
"version": "0.1.8",
"ecosystem": "crates"
},
{
"name": "time-macros",
"direct": false,
"version": "0.2.27",
"ecosystem": "crates"
},
{
"name": "tinystr",
"direct": false,
"version": "0.7.6",
"ecosystem": "crates"
},
{
"name": "tinystr",
"direct": false,
"version": "0.8.1",
"ecosystem": "crates"
},
{
"name": "tinytemplate",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "tinyvec",
"direct": false,
"version": "1.10.0",
"ecosystem": "crates"
},
{
"name": "tinyvec_macros",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": false,
"version": "1.51.1",
"ecosystem": "crates"
},
{
"name": "tokio-macros",
"direct": false,
"version": "2.7.0",
"ecosystem": "crates"
},
{
"name": "tokio-rustls",
"direct": false,
"version": "0.26.4",
"ecosystem": "crates"
},
{
"name": "tokio-util",
"direct": false,
"version": "0.7.2",
"ecosystem": "crates"
},
{
"name": "toml",
"direct": false,
"version": "1.1.2+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_datetime",
"direct": false,
"version": "0.6.11",
"ecosystem": "crates"
},
{
"name": "toml_datetime",
"direct": false,
"version": "1.1.1+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_edit",
"direct": false,
"version": "0.22.27",
"ecosystem": "crates"
},
{
"name": "toml_parser",
"direct": false,
"version": "1.1.2+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_writer",
"direct": false,
"version": "1.1.1+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "tower",
"direct": false,
"version": "0.5.3",
"ecosystem": "crates"
},
{
"name": "tower-http",
"direct": false,
"version": "0.6.8",
"ecosystem": "crates"
},
{
"name": "tower-layer",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "tower-lsp-server",
"direct": false,
"version": "0.23.0",
"ecosystem": "crates"
},
{
"name": "tower-service",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "tracing",
"direct": false,
"version": "0.1.44",
"ecosystem": "crates"
},
{
"name": "tracing-appender",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "tracing-appender",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "tracing-attributes",
"direct": false,
"version": "0.1.31",
"ecosystem": "crates"
},
{
"name": "tracing-core",
"direct": false,
"version": "0.1.36",
"ecosystem": "crates"
},
{
"name": "tracing-log",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "tracing-serde",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "tracing-subscriber",
"direct": false,
"version": "0.3.23",
"ecosystem": "crates"
},
{
"name": "tracing-tree",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "tracing-tree",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "try-lock",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "trybuild",
"direct": false,
"version": "1.0.116",
"ecosystem": "crates"
},
{
"name": "typeid",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "unicase",
"direct": false,
"version": "2.6.0",
"ecosystem": "crates"
},
{
"name": "unicode-bom",
"direct": false,
"version": "2.0.3",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.8",
"ecosystem": "crates"
},
{
"name": "unicode-normalization",
"direct": false,
"version": "0.1.25",
"ecosystem": "crates"
},
{
"name": "unicode-segmentation",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "unicode-segmentation",
"direct": false,
"version": "1.13.2",
"ecosystem": "crates"
},
{
"name": "unicode-width",
"direct": false,
"version": "0.1.12",
"ecosystem": "crates"
},
{
"name": "unicode-width",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "unicode-xid",
"direct": false,
"version": "0.2.6",
"ecosystem": "crates"
},
{
"name": "unit-prefix",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "unsafe-libyaml",
"direct": false,
"version": "0.2.11",
"ecosystem": "crates"
},
{
"name": "untrusted",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "ureq",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "ureq",
"direct": false,
"version": "3.3.0",
"ecosystem": "crates"
},
{
"name": "ureq-proto",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "url",
"direct": false,
"version": "2.5.8",
"ecosystem": "crates"
},
{
"name": "urlencoding",
"direct": false,
"version": "2.1.3",
"ecosystem": "crates"
},
{
"name": "utf16_iter",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "utf8-zero",
"direct": false,
"version": "0.8.1",
"ecosystem": "crates"
},
{
"name": "utf8_iter",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "uuid",
"direct": false,
"version": "1.18.1",
"ecosystem": "crates"
},
{
"name": "valuable",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "vcpkg",
"direct": false,
"version": "0.2.15",
"ecosystem": "crates"
},
{
"name": "version_check",
"direct": false,
"version": "0.9.4",
"ecosystem": "crates"
},
{
"name": "vte",
"direct": false,
"version": "0.14.1",
"ecosystem": "crates"
},
{
"name": "walkdir",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "want",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "wasi",
"direct": false,
"version": "0.11.0+wasi-snapshot-preview1",
"ecosystem": "crates"
},
{
"name": "wasi",
"direct": false,
"version": "0.14.2+wasi-0.2.4",
"ecosystem": "crates"
},
{
"name": "wasip2",
"direct": false,
"version": "1.0.2+wasi-0.2.9",
"ecosystem": "crates"
},
{
"name": "wasip3",
"direct": false,
"version": "0.4.0+wasi-0.3.0-rc-2026-01-06",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": "0.2.117",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-futures",
"direct": false,
"version": "0.4.67",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.117",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.117",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.117",
"ecosystem": "crates"
},
{
"name": "wasm-encoder",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "wasm-metadata",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "wasmparser",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "web-sys",
"direct": false,
"version": "0.3.61",
"ecosystem": "crates"
},
{
"name": "web-time",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "webpki-roots",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "winapi",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "winapi-i686-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "winapi-x86_64-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "windows",
"direct": false,
"version": "0.58.0",
"ecosystem": "crates"
},
{
"name": "windows",
"direct": false,
"version": "0.62.2",
"ecosystem": "crates"
},
{
"name": "windows-collections",
"direct": false,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "windows-core",
"direct": false,
"version": "0.58.0",
"ecosystem": "crates"
},
{
"name": "windows-core",
"direct": false,
"version": "0.62.2",
"ecosystem": "crates"
},
{
"name": "windows-future",
"direct": false,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "windows-implement",
"direct": false,
"version": "0.58.0",
"ecosystem": "crates"
},
{
"name": "windows-implement",
"direct": false,
"version": "0.60.2",
"ecosystem": "crates"
},
{
"name": "windows-interface",
"direct": false,
"version": "0.58.0",
"ecosystem": "crates"
},
{
"name": "windows-interface",
"direct": false,
"version": "0.59.3",
"ecosystem": "crates"
},
{
"name": "windows-link",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "windows-numerics",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "windows-result",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "windows-result",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "windows-strings",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "windows-strings",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.42.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.48.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.60.2",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.61.2",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.53.2",
"ecosystem": "crates"
},
{
"name": "windows-threading",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.42.1",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.53.0",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.42.1",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.53.0",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.42.1",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.53.0",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.53.0",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.42.1",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.53.0",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.42.1",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.53.0",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.42.1",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.53.0",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.42.1",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.53.0",
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": false,
"version": "0.7.12",
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-core",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-rt",
"direct": false,
"version": "0.39.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-rust",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-rust-macro",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-component",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "wit-parser",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "write-json",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "write16",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "writeable",
"direct": false,
"version": "0.5.5",
"ecosystem": "crates"
},
{
"name": "writeable",
"direct": false,
"version": "0.6.1",
"ecosystem": "crates"
},
{
"name": "wyz",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "xsum",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "yastl",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "yastl",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "yoke",
"direct": false,
"version": "0.7.4",
"ecosystem": "crates"
},
{
"name": "yoke",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "yoke-derive",
"direct": false,
"version": "0.7.4",
"ecosystem": "crates"
},
{
"name": "yoke-derive",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "zerofrom",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "zerofrom-derive",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "zeroize",
"direct": false,
"version": "1.8.2",
"ecosystem": "crates"
},
{
"name": "zerotrie",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "zerovec",
"direct": false,
"version": "0.10.4",
"ecosystem": "crates"
},
{
"name": "zerovec",
"direct": false,
"version": "0.11.4",
"ecosystem": "crates"
},
{
"name": "zerovec-derive",
"direct": false,
"version": "0.10.3",
"ecosystem": "crates"
},
{
"name": "zerovec-derive",
"direct": false,
"version": "0.11.1",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "@astrojs/compiler",
"direct": false,
"version": "2.13.0",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/runtime",
"direct": false,
"version": "7.26.7",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-darwin-arm64",
"direct": false,
"version": "2.5.4",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-darwin-x64",
"direct": false,
"version": "2.5.4",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-arm64",
"direct": false,
"version": "2.5.4",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-arm64-musl",
"direct": false,
"version": "2.5.4",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-x64",
"direct": false,
"version": "2.5.4",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-linux-x64-musl",
"direct": false,
"version": "2.5.4",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-win32-arm64",
"direct": false,
"version": "2.5.4",
"ecosystem": "npm"
},
{
"name": "@biomejs/cli-win32-x64",
"direct": false,
"version": "2.5.4",
"ecosystem": "npm"
},
{
"name": "@changesets/apply-release-plan",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "@changesets/assemble-release-plan",
"direct": false,
"version": "6.0.10",
"ecosystem": "npm"
},
{
"name": "@changesets/changelog-git",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "@changesets/changelog-github",
"direct": false,
"version": "0.7.0",
"ecosystem": "npm"
},
{
"name": "@changesets/cli",
"direct": false,
"version": "2.31.0",
"ecosystem": "npm"
},
{
"name": "@changesets/config",
"direct": false,
"version": "3.1.4",
"ecosystem": "npm"
},
{
"name": "@changesets/errors",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "@changesets/get-dependents-graph",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "@changesets/get-github-info",
"direct": false,
"version": "0.8.0",
"ecosystem": "npm"
},
{
"name": "@changesets/get-release-plan",
"direct": false,
"version": "4.0.16",
"ecosystem": "npm"
},
{
"name": "@changesets/get-version-range-type",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "@changesets/git",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@changesets/logger",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "@changesets/parse",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@changesets/pre",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "@changesets/read",
"direct": false,
"version": "0.6.7",
"ecosystem": "npm"
},
{
"name": "@changesets/should-skip-package",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "@changesets/types",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "@changesets/types",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "@changesets/write",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "@dimforge/rapier2d-simd-compat",
"direct": false,
"version": "0.17.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "@inquirer/external-editor",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@jimp/core",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/diff",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/file-ops",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/js-bmp",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/js-gif",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/js-jpeg",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/js-png",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/js-tiff",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-blit",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-blur",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-circle",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-color",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-contain",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-cover",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-crop",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-displace",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-dither",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-fisheye",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-flip",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-hash",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-mask",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-print",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-quantize",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-resize",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-rotate",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/plugin-threshold",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/types",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jimp/utils",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/remapping",
"direct": false,
"version": "2.3.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@manypkg/find-root",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@manypkg/get-packages",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@opentui/core",
"direct": false,
"version": "0.1.103",
"ecosystem": "npm"
},
{
"name": "@opentui/core",
"direct": false,
"version": "^0.1.103",
"ecosystem": "npm"
},
{
"name": "@opentui/core-darwin-arm64",
"direct": false,
"version": "0.1.103",
"ecosystem": "npm"
},
{
"name": "@opentui/core-darwin-x64",
"direct": false,
"version": "0.1.103",
"ecosystem": "npm"
},
{
"name": "@opentui/core-linux-arm64",
"direct": false,
"version": "0.1.103",
"ecosystem": "npm"
},
{
"name": "@opentui/core-linux-x64",
"direct": false,
"version": "0.1.103",
"ecosystem": "npm"
},
{
"name": "@opentui/core-win32-arm64",
"direct": false,
"version": "0.1.103",
"ecosystem": "npm"
},
{
"name": "@opentui/core-win32-x64",
"direct": false,
"version": "0.1.103",
"ecosystem": "npm"
},
{
"name": "@opentui/react",
"direct": false,
"version": "0.1.103",
"ecosystem": "npm"
},
{
"name": "@opentui/react",
"direct": false,
"version": "^0.1.103",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loongarch64-gnu",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@sveltejs/acorn-typescript",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@tokenizer/token",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "@tombi-toml/cli-darwin-arm64",
"direct": false,
"version": "0.11.7",
"ecosystem": "npm"
},
{
"name": "@tombi-toml/cli-darwin-x64",
"direct": false,
"version": "0.11.7",
"ecosystem": "npm"
},
{
"name": "@tombi-toml/cli-linux-arm64",
"direct": false,
"version": "0.11.7",
"ecosystem": "npm"
},
{
"name": "@tombi-toml/cli-linux-arm64-musl",
"direct": false,
"version": "0.11.7",
"ecosystem": "npm"
},
{
"name": "@tombi-toml/cli-linux-x64",
"direct": false,
"version": "0.11.7",
"ecosystem": "npm"
},
{
"name": "@tombi-toml/cli-linux-x64-musl",
"direct": false,
"version": "0.11.7",
"ecosystem": "npm"
},
{
"name": "@tombi-toml/cli-win32-arm64",
"direct": false,
"version": "0.11.7",
"ecosystem": "npm"
},
{
"name": "@tombi-toml/cli-win32-x64",
"direct": false,
"version": "0.11.7",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "12.20.55",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "16.9.1",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "22.19.17",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "24.12.2",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "24.13.3",
"ecosystem": "npm"
},
{
"name": "@types/normalize-package-data",
"direct": false,
"version": "2.4.4",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": false,
"version": "19.2.14",
"ecosystem": "npm"
},
{
"name": "@types/whatwg-mimetype",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "@types/ws",
"direct": false,
"version": "8.18.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.57.2",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "@webgpu/types",
"direct": false,
"version": "0.1.68",
"ecosystem": "npm"
},
{
"name": "abort-controller",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.16.0",
"ecosystem": "npm"
},
{
"name": "ansi-colors",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "any-base",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "aria-query",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "array-union",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "await-to-js",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "axobject-query",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "bar",
"direct": false,
"version": null,
"ecosystem": "npm"
},
{
"name": "base64-js",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "baz",
"direct": false,
"version": null,
"ecosystem": "npm"
},
{
"name": "better-path-resolve",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "bmp-ts",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "buffer",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "bun-ffi-structs",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "bun-webgpu",
"direct": false,
"version": "0.1.5",
"ecosystem": "npm"
},
{
"name": "bun-webgpu-darwin-arm64",
"direct": false,
"version": "0.1.5",
"ecosystem": "npm"
},
{
"name": "bun-webgpu-darwin-x64",
"direct": false,
"version": "0.1.5",
"ecosystem": "npm"
},
{
"name": "bun-webgpu-linux-x64",
"direct": false,
"version": "0.1.5",
"ecosystem": "npm"
},
{
"name": "bun-webgpu-win32-x64",
"direct": false,
"version": "0.1.5",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "chardet",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "clsx",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "commonmark",
"direct": false,
"version": "0.31.2",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "custom-license-pkg",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "dataloader",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "denied-pkg",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "deprecated-pkg",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "detect-indent",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "devalue",
"direct": false,
"version": "5.6.4",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "dir-glob",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "dotenv",
"direct": false,
"version": "8.6.0",
"ecosystem": "npm"
},
{
"name": "enquirer",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.2",
"ecosystem": "npm"
},
{
"name": "esm-env",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "esrap",
"direct": false,
"version": "2.2.4",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "event-target-shim",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "events",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "exif-parser",
"direct": false,
"version": "0.1.12",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "extendable-error",
"direct": false,
"version": "0.1.7",
"ecosystem": "npm"
},
{
"name": "external-package",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.17.1",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "file-type",
"direct": false,
"version": "16.5.4",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "find-up-simple",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "foo",
"direct": false,
"version": null,
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "fsf-pkg",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "4.14.0",
"ecosystem": "npm"
},
{
"name": "gifwrap",
"direct": false,
"version": "0.10.1",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "globby",
"direct": false,
"version": "11.1.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "happy-dom",
"direct": false,
"version": "20.9.0",
"ecosystem": "npm"
},
{
"name": "happy-dom",
"direct": false,
"version": "^20.9.0",
"ecosystem": "npm"
},
{
"name": "hosted-git-info",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "human-id",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.0",
"ecosystem": "npm"
},
{
"name": "ieee754",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "image-q",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "index-to-position",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "0.0.0",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-reference",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "is-subdir",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "is-windows",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "jimp",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "jpeg-js",
"direct": false,
"version": "0.4.4",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "3.14.1",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "locate-character",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "lodash",
"direct": false,
"version": "^4.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.startcase",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "11.2.2",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "marked",
"direct": false,
"version": "17.0.1",
"ecosystem": "npm"
},
{
"name": "mdurl",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "mime",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "mri",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.11",
"ecosystem": "npm"
},
{
"name": "no-license-pkg",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "node-fetch",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "non-fsf-pkg",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "non-osi-pkg",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "normalize-package-data",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "npm-run-all",
"direct": false,
"version": "0.0.0",
"ecosystem": "npm"
},
{
"name": "object.entries",
"direct": false,
"version": "0.0.0",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "omggif",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "osi-pkg",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "outdent",
"direct": false,
"version": "0.5.0",
"ecosystem": "npm"
},
{
"name": "p-filter",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-map",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "package-manager-detector",
"direct": false,
"version": "0.2.9",
"ecosystem": "npm"
},
{
"name": "pako",
"direct": false,
"version": "1.0.11",
"ecosystem": "npm"
},
{
"name": "parse-bmfont-ascii",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "parse-bmfont-binary",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "parse-bmfont-xml",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-type",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "peek-readable",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "pify",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "pixelmatch",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "planck",
"direct": false,
"version": "1.4.2",
"ecosystem": "npm"
},
{
"name": "pngjs",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "pngjs",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.6",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "2.8.8",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "3.8.4",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "3.9.4",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "^3.9.4",
"ecosystem": "npm"
},
{
"name": "prettier-plugin-astro",
"direct": false,
"version": "0.14.1",
"ecosystem": "npm"
},
{
"name": "prettier-plugin-astro",
"direct": false,
"version": "^0.14.1",
"ecosystem": "npm"
},
{
"name": "prettier-plugin-svelte",
"direct": false,
"version": "3.5.1",
"ecosystem": "npm"
},
{
"name": "prettier-plugin-svelte",
"direct": false,
"version": "^3.5.1",
"ecosystem": "npm"
},
{
"name": "process",
"direct": false,
"version": "0.11.10",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "react",
"direct": false,
"version": "19.2.5",
"ecosystem": "npm"
},
{
"name": "react",
"direct": false,
"version": "^19.2.5",
"ecosystem": "npm"
},
{
"name": "react-devtools-core",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "react-reconciler",
"direct": false,
"version": "0.32.0",
"ecosystem": "npm"
},
{
"name": "read-package-up",
"direct": false,
"version": "12.0.0",
"ecosystem": "npm"
},
{
"name": "read-pkg",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "read-yaml-file",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "readable-stream",
"direct": false,
"version": "4.7.0",
"ecosystem": "npm"
},
{
"name": "readable-web-to-node-stream",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "regenerator-runtime",
"direct": false,
"version": "0.14.1",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-pkg-maps",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.46.2",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "s.color",
"direct": false,
"version": "0.0.15",
"ecosystem": "npm"
},
{
"name": "safe-buffer",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "sass-formatter",
"direct": false,
"version": "0.7.9",
"ecosystem": "npm"
},
{
"name": "sax",
"direct": false,
"version": "1.4.4",
"ecosystem": "npm"
},
{
"name": "scheduler",
"direct": false,
"version": "0.26.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.3",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "shell-quote",
"direct": false,
"version": "1.8.3",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "simple-xml-to-json",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "sort-object",
"direct": false,
"version": "0.0.0",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "spawndamnit",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "spdx-correct",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "spdx-exceptions",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "spdx-expression-parse",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "spdx-expression-pkg",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "spdx-license-ids",
"direct": false,
"version": "3.0.17",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "stage-js",
"direct": false,
"version": "1.0.0-alpha.17",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "string_decoder",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "strtok3",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "suf-log",
"direct": false,
"version": "2.5.3",
"ecosystem": "npm"
},
{
"name": "svelte",
"direct": false,
"version": "5.46.4",
"ecosystem": "npm"
},
{
"name": "tagged-tag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "tailwindcss",
"direct": false,
"version": "4.2.4",
"ecosystem": "npm"
},
{
"name": "tailwindcss",
"direct": false,
"version": "^4.2.4",
"ecosystem": "npm"
},
{
"name": "term-size",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "three",
"direct": false,
"version": "0.177.0",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinycolor2",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.15",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "token-types",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "tombi",
"direct": false,
"version": "0.11.7",
"ecosystem": "npm"
},
{
"name": "tr46",
"direct": false,
"version": "0.0.3",
"ecosystem": "npm"
},
{
"name": "trusted-pkg",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "tsx",
"direct": false,
"version": "4.21.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "4.41.0",
"ecosystem": "npm"
},
{
"name": "type-fest",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "6.21.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.18.2",
"ecosystem": "npm"
},
{
"name": "unicorn-magic",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "unknown-module",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "untrusted-pkg",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "utif2",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "valid-pkg",
"direct": false,
"version": "^1.0.0",
"ecosystem": "npm"
},
{
"name": "validate-npm-package-license",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "7.3.5",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.1.5",
"ecosystem": "npm"
},
{
"name": "web-tree-sitter",
"direct": false,
"version": "0.25.10",
"ecosystem": "npm"
},
{
"name": "webidl-conversions",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "whatwg-mimetype",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "whatwg-url",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "7.5.10",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "8.20.0",
"ecosystem": "npm"
},
{
"name": "xml-parse-from-string",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "xml2js",
"direct": false,
"version": "0.5.0",
"ecosystem": "npm"
},
{
"name": "xmlbuilder",
"direct": false,
"version": "11.0.1",
"ecosystem": "npm"
},
{
"name": "yoga-layout",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "zimmerframe",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": false,
"version": "3.25.76",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 1009,
"direct_count": 1,
"indirect_count": 1008
}
},
"maintainership": {
"issues": {
"open_prs": 109,
"merged_prs": 5731,
"open_issues": 388,
"closed_ratio": 0.883,
"closed_issues": 2939,
"closed_unmerged_prs": 620
},
"bus_factor": 5,
"top_contributors": [
{
"type": "User",
"login": "ematipico",
"commits": 1939,
"avatar_url": "https://avatars.githubusercontent.com/u/602478?u=b516522e086801f3de31cae02baf751461858b07&v=4"
},
{
"type": "Bot",
"login": "renovate[bot]",
"commits": 787,
"avatar_url": "https://avatars.githubusercontent.com/in/2740?v=4"
},
{
"type": "User",
"login": "Conaclos",
"commits": 764,
"avatar_url": "https://avatars.githubusercontent.com/u/2358560?u=a1c44faaf0503bdc1c55bd4a0a5a9b5776c8594f&v=4"
},
{
"type": "User",
"login": "sebmck",
"commits": 657,
"avatar_url": "https://avatars.githubusercontent.com/u/853712?u=cc694673f95914a0226da398e8603f8074a338eb&v=4"
},
{
"type": "User",
"login": "MichaReiser",
"commits": 418,
"avatar_url": "https://avatars.githubusercontent.com/u/1203881?u=a4198e6ec750b50d8f708f7b226cc6fec288b993&v=4"
},
{
"type": "User",
"login": "dyc3",
"commits": 401,
"avatar_url": "https://avatars.githubusercontent.com/u/1808807?u=ee332a94ffca44935fe56347aaa170be7a138f69&v=4"
},
{
"type": "User",
"login": "arendjr",
"commits": 370,
"avatar_url": "https://avatars.githubusercontent.com/u/533294?u=e3801dd4cb02d7bb5c64ccc1d7b883367a6e3fc9&v=4"
},
{
"type": "User",
"login": "denbezrukov",
"commits": 321,
"avatar_url": "https://avatars.githubusercontent.com/u/6227442?u=24d452c515ae11cfd415687c0fe81685871e91ca&v=4"
},
{
"type": "User",
"login": "leops",
"commits": 213,
"avatar_url": "https://avatars.githubusercontent.com/u/1895119?u=9b386fa10ca24b1be589c80385472d493aca5b2b&v=4"
},
{
"type": "User",
"login": "siketyan",
"commits": 183,
"avatar_url": "https://avatars.githubusercontent.com/u/12772118?u=1a51e0a06690e52982e7594bc7379481e65155a1&v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.223
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"actions_linter.yml",
"agent_scan.yml",
"autofix.yml",
"benchmark.yml",
"benchmark_markdown.yml",
"beta.yml",
"beta_js_api.yml",
"close-issue.yml",
"label-issue.yaml",
"labels.yml",
"lint_rule_docs.yml",
"main.yml",
"needs-repro.yml",
"parser_conformance.yml",
"preview.yml",
"publish-crates.yml",
"pull_request.yml",
"pull_request_js.yml",
"pull_request_markdown.yml",
"pull_request_node.yml",
"pull_request_title_lint.yaml",
"release.yml",
"release_cli.yml",
"release_js_api.yml",
"repository_dispatch.yml"
],
"has_docs_dir": false,
"linter_configs": [
"biome.json"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "29 out of 29 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 7,
"reason": "Found 18/24 approved changesets -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 62 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 9,
"reason": "dependency not pinned by hash detected -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "27 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a2589f975c358d7f654fcf68ffc557d9809017f6",
"ran_at": "2026-07-17T20:42:54Z",
"aggregate_score": 6.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/biomejs/biome",
"host": "github.com",
"name": "biome",
"owner": "biomejs"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"security": 64,
"vitality": 96,
"community": 94,
"governance": 80,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 96,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"commits_last_year": 2177,
"human_commit_share": null,
"days_since_last_push": 0,
"active_weeks_last_year": 52
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "52/52 weeks with commits",
"points": 36,
"status": "met",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 52
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "2177 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2177
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 100,
"latest_release_tag": "@biomejs/biome@2.5.4",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 9.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "100 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 100
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~9.2 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 9.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "no_commit_sample",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 94,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 96,
"inputs": {
"forks": 1118,
"stars": 25298,
"watchers": 93,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "25,298 stars",
"points": 60,
"status": "met",
"details": [
{
"code": "stars",
"params": {
"count": 25298
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1,118 forks",
"points": 25,
"status": "met",
"details": [
{
"code": "forks",
"params": {
"count": 1118
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "93 watchers",
"points": 10.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 93
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 80,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 87,
"inputs": {
"bus_factor": 5,
"contributors_sampled": 100,
"top_contributor_share": 0.223
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "5 contributor(s) cover half of all commits",
"points": 45.9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 5
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 22% of commits",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 22
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 62 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"merged_prs": 5731,
"open_issues": 388,
"closed_issues": 2939,
"issue_closed_ratio": 0.883,
"closed_unmerged_prs": 620
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "88% of issues closed",
"points": 41.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 88
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "5731/6351 decided PRs merged",
"points": 34.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 5731,
"decided": 6351
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 18/24 approved changesets -- score normalized to 7",
"points": 10.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"followers": 685,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "biomejs",
"public_repos": 19,
"account_age_days": 1092
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "685 followers of biomejs",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 685,
"login": "biomejs"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "19 public repos, account ~2 yr old",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 19
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "25 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 25
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "biome.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "29 out of 29 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [
"css",
"formatter",
"javascript",
"jsx",
"linter",
"static-code-analysis",
"typescript",
"web",
"json"
],
"has_wiki": false,
"homepage": "https://biomejs.dev",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://biomejs.dev",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "9 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 9
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 64,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 6.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "29 out of 29 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 18/24 approved changesets -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 62 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 9",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "27 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 8
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "excellent",
"name": "AI Readiness",
"value": 89,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": "Excluded from scoring (no data or not applicable): Legible commit history. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"legible_commit_history"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 75,
"inputs": {
"has_llms_txt": false,
"legible_history_share": null,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 13680
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): Demonstrated agent practice, Automated maintenance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"demonstrated_agent_practice",
"automated_maintenance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 99,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"justfile"
],
"has_devcontainer": true,
"has_linter_config": true,
"typecheck_configs": [
"crates/biome_module_graph/tests/fixtures/frontend/tsconfig.json",
"crates/biome_resolver/tests/fixtures/resolver_cases_3/tsconfig.json",
"crates/biome_resolver/tests/fixtures/resolver_cases_4/tsconfig.json",
"crates/biome_resolver/tests/fixtures/resolver_cases_5/tsconfig.json",
"crates/biome_resolver/tests/fixtures/resolver_cases_6/tsconfig.json",
"crates/biome_resolver/tests/fixtures/resolver_cases_7/tsconfig.json",
"crates/biome_service/tests/fixtures/basic/frontend/tsconfig.json",
"packages/@biomejs/backend-jsonrpc/tsconfig.json",
"packages/@biomejs/js-api/tsconfig.json",
"packages/prettier-compare/tsconfig.json",
"packages/tailwindcss-config-analyzer/tsconfig.json"
],
"agent_commit_share": null,
"toolchain_manifests": [],
"dependency_bot_commit_share": null
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "justfile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "biome.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "biome.json"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "crates/biome_module_graph/tests/fixtures/frontend/tsconfig.json, crates/biome_resolver/tests/fixtures/resolver_cases_3/tsconfig.json, crates/biome_resolver/tests/fixtures/resolver_cases_4/tsconfig.json, crates/biome_resolver/tests/fixtures/resolver_cases_5/tsconfig.json, crates/biome_resolver/tests/fixtures/resolver_cases_6/tsconfig.json, crates/biome_resolver/tests/fixtures/resolver_cases_7/tsconfig.json, crates/biome_service/tests/fixtures/basic/frontend/tsconfig.json, packages/@biomejs/backend-jsonrpc/tsconfig.json, packages/@biomejs/js-api/tsconfig.json, packages/prettier-compare/tsconfig.json, packages/tailwindcss-config-analyzer/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "crates/biome_module_graph/tests/fixtures/frontend/tsconfig.json, crates/biome_resolver/tests/fixtures/resolver_cases_3/tsconfig.json, crates/biome_resolver/tests/fixtures/resolver_cases_4/tsconfig.json, crates/biome_resolver/tests/fixtures/resolver_cases_5/tsconfig.json, crates/biome_resolver/tests/fixtures/resolver_cases_6/tsconfig.json, crates/biome_resolver/tests/fixtures/resolver_cases_7/tsconfig.json, crates/biome_service/tests/fixtures/basic/frontend/tsconfig.json, packages/@biomejs/backend-jsonrpc/tsconfig.json, packages/@biomejs/js-api/tsconfig.json, packages/prettier-compare/tsconfig.json, packages/tailwindcss-config-analyzer/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "devcontainer, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 9",
"points": 9,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 722160,
"source_files_sampled": 9039,
"oversized_source_files": 59
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "59/9039 source files over 60KB",
"points": 54.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 9039,
"oversized": 59
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateArgumentNames/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateArgumentNames/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateEnumValueNames/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateEnumValueNames/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateInputFieldNames/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateInputFieldNames/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateVariableNames/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateVariableNames/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useGraphqlNamedOperations/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useGraphqlNamedOperations/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/multi-anonymous.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/multi-shorthand.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/one-shorthand-one-anonymous.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/with-mutation.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/with-named-query.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/with-subscription.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/multi-named.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/no-operations.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/one-anonymous.graphql",
"crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/with-type.graphql",
"crates/biome_graphql_analyze/tests/specs/nursery/noDuplicateFieldDefinitionNames/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/nursery/noDuplicateFieldDefinitionNames/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/source/useSortedEnumMembers/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/source/useSortedEnumMembers/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/source/useSortedSelectionSet/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/source/useSortedSelectionSet/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/source/useSortedTypeFields/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/source/useSortedTypeFields/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/noExcessiveLinesPerFile/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/noExcessiveLinesPerFile/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/noRootType/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/noRootType/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/block/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/block/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/inline/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/inline/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useDeprecatedReason/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useDeprecatedReason/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useGraphqlNamingConvention/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useGraphqlNamingConvention/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useInputName/case-insensitive/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useInputName/case-insensitive/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useInputName/case-sensitive/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useInputName/case-sensitive/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useInputName/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useInputName/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/invalid/multi-executables-definitions.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/invalid/multi-named-query.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/invalid/single-query-definition.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/fragment.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-anonymous-mutation.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-anonymous-query.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-anonymous-subscription.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-named-mutation.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-named-query.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-named-subscription.graphql",
"crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-shorthand-query.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noDuplicateFields/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noDuplicateGraphqlOperationName/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noDuplicateGraphqlOperationName/valid.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/invalid/comment.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/invalid/empty.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/valid/allowComments.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/valid/fragment.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/valid/query.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/useDeprecatedDate/invalid.graphql",
"crates/biome_graphql_analyze/tests/specs/suspicious/useDeprecatedDate/valid.graphql",
"crates/biome_graphql_analyze/tests/suppression/nursery/noDuplicatedFields/noDuplicatedFields.graphql",
"crates/biome_graphql_analyze/tests/suppression/nursery/useDeprecatedReason/useDeprecatedReason.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/directive_definition.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum_extension.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/fragment.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object_extension.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface_extension.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/object.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/object_extension.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar_extension.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema_extension.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/union.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/definitions/union_extension.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/directive.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/newline_clrf.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/global/object_spacing.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/object_spacing.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/operation.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/selection_set.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/simple.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/suppression.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/suppression_trailing_comments.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/trailing_newline/simple.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/type.graphql",
"crates/biome_graphql_formatter/tests/specs/graphql/value.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/arguments/hello.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/bracket-spacing/bracket_spacing.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/argument_comment.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/fields.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/interfaces.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/tokens.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/definitions/fields.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/deprecation/directives.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/directive-decl/directive_decl.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/directives/directives.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/enum/enum.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/fields/fields.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/fragment-variables/fragment_variables.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/fragments/fragments.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/hello/hello.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/interface.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/object_type_def.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/object_type_def_mixed_syntax.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/object_type_def_old_syntax.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/separator-detection.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/kitchen-sink/kitchen_sink.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/kitchen-sink/schema_kitchen_sink.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/lists/lists.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/directive_decl.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/directives.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/enum.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/fields.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/input.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/interface.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/object_type_def.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/schema.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/arguments.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/directives.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/extend.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/implements.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/input.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/object_type_def.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/objects/objects.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/prettier-ignore/prettier-ignore-comment.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/range/issue2296.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/scalar/scalar.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/schema/schema.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/string/description.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/string/string.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/trailing-comma/trailing.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/type-extension-definition/type-extendsion-syntax.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/union-types/union_types.graphql",
"crates/biome_graphql_formatter/tests/specs/prettier/graphql/variable-definitions/variable_definitions.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/directive_definition.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/enum.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/enum_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/fragment.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/input_object.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/input_object_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/interface.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/interface_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/object.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/object_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/scalar.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/scalar_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/schema.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/schema_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/union.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/union_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/directive.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/operation.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/selection_set.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/type.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/err/value.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/directive_definition.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/enum.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/enum_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/fragment.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/input_object.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/input_object_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/interface.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/interface_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/object.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/object_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/scalar.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/scalar_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/schema.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/schema_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/union.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/union_extension.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/directive.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/operation.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/selection_set.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/type.graphql",
"crates/biome_graphql_parser/tests/graphql_test_suite/ok/value.graphql"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateArgumentNames/invalid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateArgumentNames/valid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateEnumValueNames/invalid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateEnumValueNames/valid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateInputFieldNames/invalid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateInputFieldNames/valid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateVariableNames/invalid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateVariableNames/valid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useGraphqlNamedOperations/invalid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useGraphqlNamedOperations/valid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/multi-anonymous.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/multi-shorthand.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/one-shorthand-one-anonymous.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/with-mutation.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/with-named-query.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/with-subscription.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/multi-named.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/no-operations.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/one-anonymous.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/with-type.graphql, crates/biome_graphql_analyze/tests/specs/nursery/noDuplicateFieldDefinitionNames/invalid.graphql, crates/biome_graphql_analyze/tests/specs/nursery/noDuplicateFieldDefinitionNames/valid.graphql, crates/biome_graphql_analyze/tests/specs/source/useSortedEnumMembers/invalid.graphql, crates/biome_graphql_analyze/tests/specs/source/useSortedEnumMembers/valid.graphql, crates/biome_graphql_analyze/tests/specs/source/useSortedSelectionSet/invalid.graphql, crates/biome_graphql_analyze/tests/specs/source/useSortedSelectionSet/valid.graphql, crates/biome_graphql_analyze/tests/specs/source/useSortedTypeFields/invalid.graphql, crates/biome_graphql_analyze/tests/specs/source/useSortedTypeFields/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/noExcessiveLinesPerFile/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/noExcessiveLinesPerFile/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/noRootType/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/noRootType/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/block/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/block/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/inline/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/inline/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useDeprecatedReason/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/useDeprecatedReason/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useGraphqlNamingConvention/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/useGraphqlNamingConvention/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useInputName/case-insensitive/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/useInputName/case-insensitive/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useInputName/case-sensitive/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/useInputName/case-sensitive/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useInputName/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/useInputName/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/invalid/multi-executables-definitions.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/invalid/multi-named-query.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/invalid/single-query-definition.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/fragment.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-anonymous-mutation.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-anonymous-query.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-anonymous-subscription.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-named-mutation.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-named-query.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-named-subscription.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-shorthand-query.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noDuplicateFields/invalid.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noDuplicateGraphqlOperationName/invalid.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noDuplicateGraphqlOperationName/valid.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/invalid/comment.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/invalid/empty.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/valid/allowComments.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/valid/fragment.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/valid/query.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/useDeprecatedDate/invalid.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/useDeprecatedDate/valid.graphql, crates/biome_graphql_analyze/tests/suppression/nursery/noDuplicatedFields/noDuplicatedFields.graphql, crates/biome_graphql_analyze/tests/suppression/nursery/useDeprecatedReason/useDeprecatedReason.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/directive_definition.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum_extension.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/fragment.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object_extension.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface_extension.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/object.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/object_extension.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar_extension.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema_extension.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/union.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/union_extension.graphql, crates/biome_graphql_formatter/tests/specs/graphql/directive.graphql, crates/biome_graphql_formatter/tests/specs/graphql/newline_clrf.graphql, crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/global/object_spacing.graphql, crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/object_spacing.graphql, crates/biome_graphql_formatter/tests/specs/graphql/operation.graphql, crates/biome_graphql_formatter/tests/specs/graphql/selection_set.graphql, crates/biome_graphql_formatter/tests/specs/graphql/simple.graphql, crates/biome_graphql_formatter/tests/specs/graphql/suppression.graphql, crates/biome_graphql_formatter/tests/specs/graphql/suppression_trailing_comments.graphql, crates/biome_graphql_formatter/tests/specs/graphql/trailing_newline/simple.graphql, crates/biome_graphql_formatter/tests/specs/graphql/type.graphql, crates/biome_graphql_formatter/tests/specs/graphql/value.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/arguments/hello.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/bracket-spacing/bracket_spacing.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/argument_comment.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/fields.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/interfaces.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/tokens.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/definitions/fields.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/deprecation/directives.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/directive-decl/directive_decl.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/directives/directives.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/enum/enum.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/fields/fields.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/fragment-variables/fragment_variables.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/fragments/fragments.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/hello/hello.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/interface.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/object_type_def.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/object_type_def_mixed_syntax.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/object_type_def_old_syntax.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/separator-detection.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/kitchen-sink/kitchen_sink.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/kitchen-sink/schema_kitchen_sink.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/lists/lists.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/directive_decl.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/directives.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/enum.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/fields.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/input.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/interface.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/object_type_def.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/schema.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/arguments.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/directives.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/extend.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/implements.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/input.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/object_type_def.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/objects/objects.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/prettier-ignore/prettier-ignore-comment.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/range/issue2296.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/scalar/scalar.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/schema/schema.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/string/description.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/string/string.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/trailing-comma/trailing.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/type-extension-definition/type-extendsion-syntax.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/union-types/union_types.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/variable-definitions/variable_definitions.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/directive_definition.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/enum.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/enum_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/fragment.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/input_object.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/input_object_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/interface.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/interface_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/object.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/object_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/scalar.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/scalar_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/schema.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/schema_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/union.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/union_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/directive.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/operation.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/selection_set.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/type.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/value.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/directive_definition.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/enum.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/enum_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/fragment.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/input_object.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/input_object_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/interface.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/interface_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/object.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/object_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/scalar.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/scalar_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/schema.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/schema_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/union.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/union_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/directive.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/operation.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/selection_set.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/type.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/value.graphql",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateArgumentNames/invalid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateArgumentNames/valid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateEnumValueNames/invalid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateEnumValueNames/valid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateInputFieldNames/invalid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateInputFieldNames/valid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateVariableNames/invalid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/noDuplicateVariableNames/valid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useGraphqlNamedOperations/invalid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useGraphqlNamedOperations/valid.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/multi-anonymous.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/multi-shorthand.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/one-shorthand-one-anonymous.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/with-mutation.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/with-named-query.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/invalid/with-subscription.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/multi-named.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/no-operations.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/one-anonymous.graphql, crates/biome_graphql_analyze/tests/specs/correctness/useLoneAnonymousOperation/valid/with-type.graphql, crates/biome_graphql_analyze/tests/specs/nursery/noDuplicateFieldDefinitionNames/invalid.graphql, crates/biome_graphql_analyze/tests/specs/nursery/noDuplicateFieldDefinitionNames/valid.graphql, crates/biome_graphql_analyze/tests/specs/source/useSortedEnumMembers/invalid.graphql, crates/biome_graphql_analyze/tests/specs/source/useSortedEnumMembers/valid.graphql, crates/biome_graphql_analyze/tests/specs/source/useSortedSelectionSet/invalid.graphql, crates/biome_graphql_analyze/tests/specs/source/useSortedSelectionSet/valid.graphql, crates/biome_graphql_analyze/tests/specs/source/useSortedTypeFields/invalid.graphql, crates/biome_graphql_analyze/tests/specs/source/useSortedTypeFields/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/noExcessiveLinesPerFile/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/noExcessiveLinesPerFile/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/noRootType/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/noRootType/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/block/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/block/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/inline/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/useConsistentGraphqlDescriptions/inline/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useDeprecatedReason/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/useDeprecatedReason/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useGraphqlNamingConvention/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/useGraphqlNamingConvention/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useInputName/case-insensitive/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/useInputName/case-insensitive/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useInputName/case-sensitive/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/useInputName/case-sensitive/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useInputName/invalid.graphql, crates/biome_graphql_analyze/tests/specs/style/useInputName/valid.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/invalid/multi-executables-definitions.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/invalid/multi-named-query.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/invalid/single-query-definition.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/fragment.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-anonymous-mutation.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-anonymous-query.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-anonymous-subscription.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-named-mutation.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-named-query.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-named-subscription.graphql, crates/biome_graphql_analyze/tests/specs/style/useLoneExecutableDefinition/valid/single-shorthand-query.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noDuplicateFields/invalid.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noDuplicateGraphqlOperationName/invalid.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noDuplicateGraphqlOperationName/valid.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/invalid/comment.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/invalid/empty.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/valid/allowComments.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/valid/fragment.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/noEmptySource/valid/query.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/useDeprecatedDate/invalid.graphql, crates/biome_graphql_analyze/tests/specs/suspicious/useDeprecatedDate/valid.graphql, crates/biome_graphql_analyze/tests/suppression/nursery/noDuplicatedFields/noDuplicatedFields.graphql, crates/biome_graphql_analyze/tests/suppression/nursery/useDeprecatedReason/useDeprecatedReason.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/directive_definition.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/enum_extension.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/fragment.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/input_object_extension.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/interface_extension.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/object.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/object_extension.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/scalar_extension.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/schema_extension.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/union.graphql, crates/biome_graphql_formatter/tests/specs/graphql/definitions/union_extension.graphql, crates/biome_graphql_formatter/tests/specs/graphql/directive.graphql, crates/biome_graphql_formatter/tests/specs/graphql/newline_clrf.graphql, crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/global/object_spacing.graphql, crates/biome_graphql_formatter/tests/specs/graphql/object/spacing/object_spacing.graphql, crates/biome_graphql_formatter/tests/specs/graphql/operation.graphql, crates/biome_graphql_formatter/tests/specs/graphql/selection_set.graphql, crates/biome_graphql_formatter/tests/specs/graphql/simple.graphql, crates/biome_graphql_formatter/tests/specs/graphql/suppression.graphql, crates/biome_graphql_formatter/tests/specs/graphql/suppression_trailing_comments.graphql, crates/biome_graphql_formatter/tests/specs/graphql/trailing_newline/simple.graphql, crates/biome_graphql_formatter/tests/specs/graphql/type.graphql, crates/biome_graphql_formatter/tests/specs/graphql/value.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/arguments/hello.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/bracket-spacing/bracket_spacing.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/argument_comment.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/fields.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/interfaces.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/comments/tokens.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/definitions/fields.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/deprecation/directives.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/directive-decl/directive_decl.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/directives/directives.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/enum/enum.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/fields/fields.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/fragment-variables/fragment_variables.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/fragments/fragments.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/hello/hello.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/interface.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/object_type_def.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/object_type_def_mixed_syntax.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/object_type_def_old_syntax.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/interface/separator-detection.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/kitchen-sink/kitchen_sink.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/kitchen-sink/schema_kitchen_sink.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/lists/lists.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/directive_decl.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/directives.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/enum.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/fields.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/input.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/interface.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/object_type_def.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/newline/schema.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/arguments.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/directives.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/extend.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/implements.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/input.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/object-type-def/object_type_def.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/objects/objects.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/prettier-ignore/prettier-ignore-comment.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/range/issue2296.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/scalar/scalar.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/schema/schema.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/string/description.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/string/string.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/trailing-comma/trailing.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/type-extension-definition/type-extendsion-syntax.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/union-types/union_types.graphql, crates/biome_graphql_formatter/tests/specs/prettier/graphql/variable-definitions/variable_definitions.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/directive_definition.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/enum.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/enum_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/fragment.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/input_object.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/input_object_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/interface.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/interface_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/object.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/object_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/scalar.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/scalar_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/schema.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/schema_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/union.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/definitions/union_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/directive.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/operation.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/selection_set.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/type.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/err/value.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/directive_definition.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/enum.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/enum_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/fragment.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/input_object.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/input_object_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/interface.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/interface_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/object.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/object_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/scalar.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/scalar_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/schema.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/schema_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/union.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/definitions/union_extension.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/directive.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/operation.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/selection_set.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/type.graphql, crates/biome_graphql_parser/tests/graphql_test_suite/ok/value.graphql"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Could not fetch crates package 'rome_fuzz' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-17T20:43:35.838870Z",
"schema_version": "0.12.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/b/biomejs/biome.svg",
"full_name": "biomejs/biome",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}