{"id":14969264,"url":"https://github.com/cucumber/query","last_synced_at":"2025-08-30T10:38:48.907Z","repository":{"id":63589946,"uuid":"569013399","full_name":"cucumber/query","owner":"cucumber","description":"A query API for https://github.com/cucumber/messages","archived":false,"fork":false,"pushed_at":"2025-08-21T08:55:24.000Z","size":2467,"stargazers_count":2,"open_issues_count":8,"forks_count":1,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-08-23T08:13:45.437Z","etag":null,"topics":["java","javascript","polyglot-release","tidelift"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cucumber.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"cucumber","github":"cucumber"}},"created_at":"2022-11-21T22:26:28.000Z","updated_at":"2025-08-17T10:17:23.000Z","dependencies_parsed_at":"2025-04-24T22:21:50.951Z","dependency_job_id":"b239cad6-42b5-4182-9eac-da06534e7c92","html_url":"https://github.com/cucumber/query","commit_stats":{"total_commits":893,"total_committers":15,"mean_commits":59.53333333333333,"dds":0.3919372900335947,"last_synced_commit":"72db6226d1c936d2a8a2a92ef5a64c7859fed6b4"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"purl":"pkg:github/cucumber/query","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cucumber","download_url":"https://codeload.github.com/cucumber/query/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Fquery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271851886,"owners_count":24834054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","javascript","polyglot-release","tidelift"],"created_at":"2024-09-24T13:41:27.582Z","updated_at":"2025-08-30T10:38:48.884Z","avatar_url":"https://github.com/cucumber.png","language":"Java","funding_links":["https://opencollective.com/cucumber","https://github.com/sponsors/cucumber"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/cucumber/cucumber-js/7df2c9b4f04099b81dc5c00cd73b404401cd6e46/docs/images/logo.svg\" alt=\"\"\u003e\n  \u003cbr\u003e\n  Cucumber Query\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cb\u003eGiven one \u003ca href=\"https://github.com/cucumber/messages\"\u003eCucumber Message\u003c/a\u003e, find another\u003c/b\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@cucumber/query\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@cucumber/query.svg?color=dark-green\" alt=\"npm\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://central.sonatype.com/artifact/io.cucumber/query\"\u003e\n    \u003cimg src=\"https://img.shields.io/maven-central/v/io.cucumber/query.svg?label=Maven%20Central\u0026color=dark-green\" alt=\"maven-central\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/cucumber/query/actions/workflows/release-github.yaml\"\u003e\n    \u003cimg src=\"https://github.com/cucumber/query/actions/workflows/release-github.yaml/badge.svg\" alt=\"build\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://opencollective.com/cucumber\"\u003e\n    \u003cimg src=\"https://opencollective.com/cucumber/backers/badge.svg\" alt=\"backers\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://opencollective.com/cucumber\"\u003e\n    \u003cimg src=\"https://opencollective.com/cucumber/sponsors/badge.svg\" alt=\"sponsors\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Overview\n\nThe different message types in `cucumber-messages` have references to each other\nusing `id` fields. It's a bit similar to rows in a relational database, with\nprimary and foreign keys.\n\nConsumers of these messages may want to *query* the messages for certain information.\nFor example, [@cucumber/react-components](https://github.com/cucumber/react-components) needs to know the status of\na [Step](https://github.com/cucumber/messages/blob/main/messages.md#step) as it\nis rendering the [GherkinDocument](https://github.com/cucumber/messages/blob/main/messages.md#gherkindocument)\n\nThe Query library makes this easy by providing a function to look up the\nstatus of a step, a scenario or an entire file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Fquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcucumber%2Fquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Fquery/lists"}