{"id":10445121,"name":"github.com/ProjectQ-Framework/ProjectQ","ecosystem":"go","description":null,"homepage":null,"licenses":"apache-2.0","normalized_licenses":["Apache-2.0"],"repository_url":"https://github.com/ProjectQ-Framework/ProjectQ","keywords_array":[],"namespace":null,"versions_count":23,"first_release_published_at":"2016-12-28T09:35:41.000Z","latest_release_published_at":"2022-10-18T15:43:53.000Z","latest_release_number":"v0.8.0","last_synced_at":"2026-04-03T18:31:06.782Z","created_at":"2024-06-26T04:49:59.941Z","updated_at":"2026-04-03T18:31:06.782Z","registry_url":"https://pkg.go.dev/github.com/ProjectQ-Framework/ProjectQ","install_command":"go get github.com/ProjectQ-Framework/ProjectQ","documentation_url":"https://pkg.go.dev/github.com/ProjectQ-Framework/ProjectQ#section-documentation","metadata":{},"repo_metadata":{"id":37580015,"uuid":"77520796","full_name":"ProjectQ-Framework/ProjectQ","owner":"ProjectQ-Framework","description":"ProjectQ: An open source software framework for quantum computing","archived":false,"fork":false,"pushed_at":"2025-10-20T20:38:23.000Z","size":1796,"stargazers_count":947,"open_issues_count":40,"forks_count":283,"subscribers_count":66,"default_branch":"develop","last_synced_at":"2025-10-20T22:29:12.234Z","etag":null,"topics":["quantum-computing","quantum-programming-language"],"latest_commit_sha":null,"homepage":"https://projectq.ch","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProjectQ-Framework.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"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,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-12-28T09:31:53.000Z","updated_at":"2025-10-09T08:12:04.000Z","dependencies_parsed_at":"2023-02-16T12:15:46.293Z","dependency_job_id":"96e27add-defe-421f-b03f-0373704e1cf8","html_url":"https://github.com/ProjectQ-Framework/ProjectQ","commit_stats":{"total_commits":235,"total_committers":38,"mean_commits":6.184210526315789,"dds":0.7446808510638299,"last_synced_commit":"67c660ca18725d23ab0b261a45e34873b6a58d03"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/ProjectQ-Framework/ProjectQ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectQ-Framework%2FProjectQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectQ-Framework%2FProjectQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectQ-Framework%2FProjectQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectQ-Framework%2FProjectQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProjectQ-Framework","download_url":"https://codeload.github.com/ProjectQ-Framework/ProjectQ/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectQ-Framework%2FProjectQ/sbom","scorecard":{"id":114562,"data":{"date":"2025-08-11","repo":{"name":"github.com/ProjectQ-Framework/ProjectQ","commit":"f2a2c2117a668869b3864f8da2b14260276527de"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Code-Review","score":6,"reason":"Found 10/15 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/draft_release.yml:1","Warn: no topLevel permission defined: .github/workflows/format.yml:1","Warn: no topLevel permission defined: .github/workflows/publish_release.yml:1","Warn: no topLevel permission defined: .github/workflows/pull_request.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Dangerous-Workflow","score":0,"reason":"dangerous workflow patterns detected","details":["Warn: script injection with untrusted input ' github.event.pull_request.head.ref ': .github/workflows/publish_release.yml:71","Warn: script injection with untrusted input ' github.event.pull_request.head.ref ': .github/workflows/publish_release.yml:83","Warn: script injection with untrusted input ' github.event.pull_request.head.ref ': .github/workflows/publish_release.yml:93","Warn: script injection with untrusted input ' github.event.pull_request.head.ref ': .github/workflows/publish_release.yml:178","Warn: script injection with untrusted input ' github.event.pull_request.head.ref ': .github/workflows/publish_release.yml:186"],"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:250: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:285: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:297: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:324: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:332: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:137: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:185: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/ci.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/draft_release.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/draft_release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/draft_release.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/draft_release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/draft_release.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/draft_release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/format.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/format.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/publish_release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_release.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/publish_release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_release.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/publish_release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_release.yml:100: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/publish_release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/publish_release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_release.yml:140: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/publish_release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_release.yml:147: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/publish_release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_release.yml:195: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/publish_release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_release.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/publish_release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_release.yml:205: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/publish_release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_release.yml:244: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/publish_release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish_release.yml:248: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/publish_release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish_release.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/publish_release.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish_release.yml:265: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/publish_release.yml/develop?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pull_request.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/pull_request.yml/develop?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pull_request.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/ProjectQ-Framework/ProjectQ/pull_request.yml/develop?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:56","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:70","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:72","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:73","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:78","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:82","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:106","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:155","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:158","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:162","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:165","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:207","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:210","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:214","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:217","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:305","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:308","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:312","Warn: pipCommand not pinned by hash: .github/workflows/ci.yml:343","Warn: pipCommand not pinned by hash: .github/workflows/draft_release.yml:43","Warn: pipCommand not pinned by hash: .github/workflows/format.yml:39","Warn: pipCommand not pinned by hash: .github/workflows/publish_release.yml:106","Info:   0 out of  24 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 third-party GitHubAction dependencies pinned","Info:   0 out of  22 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v0.8.0 not signed: https://api.github.com/repos/ProjectQ-Framework/ProjectQ/releases/80229313","Warn: release artifact v0.7.3 not signed: https://api.github.com/repos/ProjectQ-Framework/ProjectQ/releases/65450543","Warn: release artifact v0.7.2 not signed: https://api.github.com/repos/ProjectQ-Framework/ProjectQ/releases/64104363","Warn: release artifact v0.7.1 not signed: https://api.github.com/repos/ProjectQ-Framework/ProjectQ/releases/56738601","Warn: release artifact v0.7.0 not signed: https://api.github.com/repos/ProjectQ-Framework/ProjectQ/releases/46264689","Warn: release artifact v0.8.0 does not have provenance: https://api.github.com/repos/ProjectQ-Framework/ProjectQ/releases/80229313","Warn: release artifact v0.7.3 does not have provenance: https://api.github.com/repos/ProjectQ-Framework/ProjectQ/releases/65450543","Warn: release artifact v0.7.2 does not have provenance: https://api.github.com/repos/ProjectQ-Framework/ProjectQ/releases/64104363","Warn: release artifact v0.7.1 does not have provenance: https://api.github.com/repos/ProjectQ-Framework/ProjectQ/releases/56738601","Warn: release artifact v0.7.0 does not have provenance: https://api.github.com/repos/ProjectQ-Framework/ProjectQ/releases/46264689"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 27 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-16T00:48:23.522Z","repository_id":37580015,"created_at":"2025-08-16T00:48:23.522Z","updated_at":"2025-08-16T00:48:23.522Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280552274,"owners_count":26349725,"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-10-23T02:00:06.710Z","response_time":142,"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"},"tags":[]},"repo_metadata_updated_at":"2025-10-23T03:13:36.214Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.8769142510811285,"dependent_packages_count":6.4417308482772775,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.659322549679203},"purl":"pkg:golang/github.com/%21project%21q-%21framework/%21project%21q","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/ProjectQ-Framework/ProjectQ","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/ProjectQ-Framework/ProjectQ","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/ProjectQ-Framework/ProjectQ/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-10-15T05:05:17.587Z","issues_count":23,"pull_requests_count":83,"avg_time_to_close_issue":3309337.9285714286,"avg_time_to_close_pull_request":2561825.2328767125,"issues_closed_count":14,"pull_requests_closed_count":73,"pull_request_authors_count":17,"issue_authors_count":13,"avg_comments_per_issue":3.608695652173913,"avg_comments_per_pull_request":1.9879518072289157,"merged_pull_requests_count":61,"bot_issues_count":0,"bot_pull_requests_count":35,"past_year_issues_count":4,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":705137.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.5,"past_year_avg_comments_per_pull_request":1.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProjectQ-Framework%2FProjectQ/issues","maintainers":[{"login":"Takishima","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Takishima"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FProjectQ-Framework%2FProjectQ/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FProjectQ-Framework%2FProjectQ/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FProjectQ-Framework%2FProjectQ/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FProjectQ-Framework%2FProjectQ/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FProjectQ-Framework%2FProjectQ/codemeta","maintainers":[]}