{"id":1082501,"name":"lsp-types","ecosystem":"cargo","description":"Types for interaction with a language server, using VSCode's Language Server Protocol","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/gluon-lang/lsp-types","keywords_array":["lsif","lsp","vscode","server","language"],"namespace":null,"versions_count":71,"first_release_published_at":"2019-01-11T20:05:25.140Z","latest_release_published_at":"2024-06-04T12:38:56.735Z","latest_release_number":"0.97.0","last_synced_at":"2026-08-23T09:13:33.503Z","created_at":"2022-04-08T10:00:40.062Z","updated_at":"2026-08-23T09:13:33.503Z","registry_url":"https://crates.io/crates/lsp-types/","install_command":"cargo install lsp-types","documentation_url":"https://docs.rs/lsp-types/","metadata":{"categories":[]},"repo_metadata":{"id":12349116,"uuid":"71593179","full_name":"gluon-lang/lsp-types","owner":"gluon-lang","description":"Types for communicating with a language server","archived":false,"fork":false,"pushed_at":"2024-07-09T11:26:57.000Z","size":763,"stargazers_count":411,"open_issues_count":46,"forks_count":120,"subscribers_count":11,"default_branch":"master","last_synced_at":"2026-08-06T05:44:57.269Z","etag":null,"topics":["language-server-protocol","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/gluon-lang.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2016-10-21T20:10:04.000Z","updated_at":"2026-07-22T21:49:23.000Z","dependencies_parsed_at":"2023-12-12T16:53:34.909Z","dependency_job_id":"1318d5e2-12d4-43c4-ae30-619778932a50","html_url":"https://github.com/gluon-lang/lsp-types","commit_stats":{"total_commits":522,"total_committers":61,"mean_commits":8.557377049180328,"dds":0.6973180076628352,"last_synced_commit":"c828d388d88b53433f1ce0bb00773839ab511986"},"previous_names":["gluon-lang/languageserver-types"],"tags_count":118,"template":false,"template_full_name":null,"purl":"pkg:github/gluon-lang/lsp-types","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gluon-lang","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/sbom","scorecard":{"id":430363,"data":{"date":"2025-08-11","repo":{"name":"github.com/gluon-lang/lsp-types","commit":"be7336e92a6ad23f214df19bcdceab17f39531a9"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"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":"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":"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":"Code-Review","score":3,"reason":"Found 6/19 approved changesets -- score normalized to 3","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/rust.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":"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/rust.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/gluon-lang/lsp-types/rust.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/gluon-lang/lsp-types/rust.yml/master?enable=pin","Info:   0 out of   1 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction 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":"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":"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: 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":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"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 19 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-19T03:11:55.497Z","repository_id":12349116,"created_at":"2025-08-19T03:11:55.498Z","updated_at":"2025-08-19T03:11:55.498Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36336266,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"ssl_error","status_checked_at":"2026-08-06T04:43:02.660Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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"},"owner_record":{"login":"gluon-lang","name":"gluon-lang","uuid":"22563494","kind":"organization","description":"","email":null,"website":"http://gluon-lang.org","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/22563494?v=4","repositories_count":5,"last_synced_at":"2024-03-27T08:30:14.901Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/gluon-lang","funding_links":[],"total_stars":3408,"followers":16,"following":0,"created_at":"2022-11-05T19:09:38.355Z","updated_at":"2024-03-27T08:30:17.483Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gluon-lang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gluon-lang/repositories"},"tags":[{"name":"v0.97.0","sha":"be7336e92a6ad23f214df19bcdceab17f39531a9","kind":"tag","published_at":"2024-06-04T12:40:15.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.97.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.97.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.97.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.97.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.97.0/manifests"},{"name":"v0.96.0","sha":"18ed1b82dad435aba0b3643d0fa14fa12e77a0dc","kind":"tag","published_at":"2024-05-17T08:14:18.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.96.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.96.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.96.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.96.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.96.0/manifests"},{"name":"v0.95.1","sha":"3e6daee771d14db4094a554b8d03e29c310dfcbe","kind":"tag","published_at":"2024-03-18T11:04:28.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.95.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.95.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.95.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.95.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.95.1/manifests"},{"name":"v0.95.0","sha":"ccf64e2fb62b6e6430140b88f7bbc0b25b4f5864","kind":"tag","published_at":"2023-12-12T15:57:50.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.95.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.95.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.95.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.95.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.95.0/manifests"},{"name":"v0.94.2","sha":"75cea03884def635054db135e84ff22b3e6905f2","kind":"tag","published_at":"2023-12-12T15:56:56.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.94.2","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.94.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.94.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.94.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.94.2/manifests"},{"name":"v0.94.1","sha":"2b20769bd35f30b107784ae5a097f11991c76366","kind":"tag","published_at":"2023-08-07T11:52:43.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.94.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.94.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.94.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.94.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.94.1/manifests"},{"name":"v0.94.0","sha":"962604a82ba688ad304f8af7aba50010e1414b3a","kind":"tag","published_at":"2023-02-08T17:07:49.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.94.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.94.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.94.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.94.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.94.0/manifests"},{"name":"v0.93.2","sha":"3f0dae28222608fcffd9343eb2317b252419435a","kind":"tag","published_at":"2022-10-21T11:58:22.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.93.2","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.93.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.93.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.93.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.93.2/manifests"},{"name":"v0.93.1","sha":"e3afaf28aa0923f98a73e21a599e863e8c23e2c3","kind":"tag","published_at":"2022-08-23T08:49:33.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.93.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.93.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.93.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.93.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.93.1/manifests"},{"name":"v0.93.0","sha":"36e19b01a385acf475d9fdfaef6738cf76f1a3d8","kind":"tag","published_at":"2022-04-08T09:39:49.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.93.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.93.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.93.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.93.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.93.0/manifests"},{"name":"v0.92.1","sha":"73d8796f40e6f44cdd84d30e3c40a644e9b8304c","kind":"tag","published_at":"2022-03-21T16:39:39.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.92.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.92.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.92.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.92.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.92.1/manifests"},{"name":"v0.92.0","sha":"31131620c51bbcc56c18f2011fcd7ef3beae1ca2","kind":"tag","published_at":"2022-02-07T11:44:21.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.92.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.92.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.92.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.92.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.92.0/manifests"},{"name":"v0.91.2","sha":"c969f0065e8f8065b3e0047c65d2b9ee95732982","kind":"tag","published_at":"2022-02-07T11:43:02.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.91.2","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.91.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.91.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.91.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.91.2/manifests"},{"name":"v0.91.1","sha":"4be8da36e069b9514029cd1b232fff7b20ae26cc","kind":"tag","published_at":"2021-11-01T12:59:23.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.91.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.91.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.91.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.91.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.91.1/manifests"},{"name":"v0.91.0","sha":"5b8f2ee65fb1ca390ffaf8de755be4c2a537705d","kind":"tag","published_at":"2021-10-18T08:52:26.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.91.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.91.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.91.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.91.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.91.0/manifests"},{"name":"v0.90.1","sha":"4164e863b6c3661fa57ca4917cc6c56c2827b865","kind":"tag","published_at":"2021-10-11T09:38:22.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.90.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.90.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.90.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.90.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.90.1/manifests"},{"name":"v0.90.0","sha":"48201b2af4657b1985709a856806e853a314fefa","kind":"tag","published_at":"2021-09-25T22:34:52.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.90.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.90.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.90.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.90.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.90.0/manifests"},{"name":"v0.89.2","sha":"e86f58a31ef2df64dba26dd1d0e45e2366ba7bfe","kind":"tag","published_at":"2021-06-10T16:11:02.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.89.2","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.89.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.89.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.89.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.89.2/manifests"},{"name":"v0.89.1","sha":"6b06b7055c14d229018aecc0708a026588b202f6","kind":"tag","published_at":"2021-05-22T11:54:38.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.89.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.89.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.89.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.89.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.89.1/manifests"},{"name":"v0.89.0","sha":"3cc4b14fe33fc895a999091b9adc4ef10714d485","kind":"tag","published_at":"2021-04-07T18:16:02.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.89.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.89.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.89.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.89.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.89.0/manifests"},{"name":"v0.88.0","sha":"b5187c39477b1290bc67385edaa521b0d9bc86a2","kind":"tag","published_at":"2021-02-16T09:07:16.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.88.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.88.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.88.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.88.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.88.0/manifests"},{"name":"v0.87.0","sha":"8e4d44ea0c2f5369706e2948e91c7a0c1ab741ae","kind":"tag","published_at":"2021-02-14T17:32:47.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.87.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.87.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.87.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.87.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.87.0/manifests"},{"name":"v0.86.0","sha":"a870b3d33e3e6520a8ed8fa25783df06879757dc","kind":"tag","published_at":"2020-12-17T15:34:02.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.86.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.86.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.86.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.86.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.86.0/manifests"},{"name":"v0.85.0","sha":"6d98262bc45be45feb90558e476a6fe0c7fd7d71","kind":"tag","published_at":"2020-12-01T08:56:04.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.85.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.85.0/manifests"},{"name":"v0.84.0","sha":"850fbf6f047b7cefdfc0fa321db29bdd22bd874f","kind":"tag","published_at":"2020-11-24T10:35:43.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.84.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.84.0/manifests"},{"name":"v0.83.1","sha":"d49c181a799e34bf8d7587df5b5e3f4b6917f59f","kind":"tag","published_at":"2020-11-16T16:45:43.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.83.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.83.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.83.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.83.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.83.1/manifests"},{"name":"v0.83.0","sha":"97dde9d2370b51f297bac0e924a1518b079bafb1","kind":"tag","published_at":"2020-10-24T11:03:33.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.83.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.83.0/manifests"},{"name":"v0.82.0","sha":"32e8f60e1c04e5c4c4f7dc47d80436ecdde3dc64","kind":"tag","published_at":"2020-09-23T15:20:13.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.82.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.82.0/manifests"},{"name":"v0.81.0","sha":"20d125f4828d97cf17fa31c6a39527df7acc2744","kind":"tag","published_at":"2020-09-18T07:29:59.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.81.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.81.0/manifests"},{"name":"v0.79.0","sha":"ac9e55af3e05d17c14f60920ba2b9f9074bc6ef0","kind":"tag","published_at":"2020-07-26T08:53:56.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.79.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.79.0/manifests"},{"name":"v0.78.0","sha":"2f1ef0cc6da3759f7e59ae1996837db0f684abba","kind":"tag","published_at":"2020-07-22T15:11:00.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.78.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.78.0/manifests"},{"name":"v0.77.0","sha":"b0f0274b192f69fdd2ac1932a0c0b46ef1d588a1","kind":"tag","published_at":"2020-07-15T14:09:26.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.77.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.77.0/manifests"},{"name":"v0.76.1","sha":"2abd8c9ea3cfc8047865ac6778f1305275fa972c","kind":"tag","published_at":"2020-07-14T10:20:03.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.76.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.76.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.76.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.76.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.76.1/manifests"},{"name":"vv0.76.0","sha":"16b9944eda13ba41bacae9ca4459a26828dbd03b","kind":"tag","published_at":"2020-07-12T08:31:18.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.76.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.76.0/manifests"},{"name":"vv0.75.0","sha":"c983f92a15fe3a7f6fb6ab5f2566307a0f7c2e74","kind":"tag","published_at":"2020-07-10T22:36:40.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.75.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.75.0/manifests"},{"name":"vv0.74.2","sha":"316663d9bfeb3478dcec546df5aa02b4a67902b1","kind":"tag","published_at":"2020-05-30T16:30:20.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.74.2","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.74.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.74.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.74.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.74.2/manifests"},{"name":"vv0.74.1","sha":"3e26ab08e1da1a0ba64bf382dd65c39aad0aeeee","kind":"tag","published_at":"2020-05-01T22:16:29.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.74.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.74.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.74.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.74.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.74.1/manifests"},{"name":"vv0.74.0","sha":"275f2e99f790b4c961883c83988e97ee5b5cfdd5","kind":"tag","published_at":"2020-04-26T17:09:52.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.74.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.74.0/manifests"},{"name":"vv0.73.0","sha":"cd00a5e96a6787fc71bc677dfd9fc21867ecc2fb","kind":"tag","published_at":"2020-03-07T09:17:56.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.73.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.73.0/manifests"},{"name":"vv0.72.0","sha":"dcb1ec352b010aba820f20dee1ec97a09f73f482","kind":"tag","published_at":"2020-03-02T16:39:23.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.72.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.72.0/manifests"},{"name":"vv0.71.0","sha":"fdd7cd2f6e2bb0c7d4f5423af476305c6c4525b6","kind":"tag","published_at":"2020-02-26T21:36:28.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.71.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.71.0/manifests"},{"name":"vv0.70.2","sha":"de5725222cae1a0a5ef1f8d40ccf9d1d22c615e9","kind":"tag","published_at":"2020-02-19T12:55:17.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.70.2","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.70.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.70.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.70.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.70.2/manifests"},{"name":"vv0.70.1","sha":"f67f0232b50dae9d4f6dfc6256828f4437cad74c","kind":"tag","published_at":"2020-01-30T08:24:42.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.70.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.70.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.70.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.70.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.70.1/manifests"},{"name":"vv0.70.0","sha":"d0a18c95819a9274072a1180c9f8093f7a04eb7a","kind":"tag","published_at":"2020-01-21T16:58:26.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.70.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.70.0/manifests"},{"name":"vv0.69.0","sha":"710e532e84c159012ada56186a195d67f127b690","kind":"tag","published_at":"2020-01-15T08:38:42.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.69.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.69.0/manifests"},{"name":"v0.68.1","sha":"647f7013625c3cd45c1d3fe53a2e3656d091c36a","kind":"tag","published_at":"2020-01-07T13:20:41.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.68.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.68.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.68.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.68.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.68.1/manifests"},{"name":"v0.68.0","sha":"f7bfad809441a0d65c3dab465e48712270f28957","kind":"tag","published_at":"2019-12-29T23:19:20.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.68.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.68.0/manifests"},{"name":"v0.67.1","sha":"74ffba455106fa23328f93973ba5703815cb1af8","kind":"tag","published_at":"2019-12-23T21:39:51.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.67.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.67.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.67.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.67.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.67.1/manifests"},{"name":"v0.67.0","sha":"661c6d2a626c5a6580b11ed0e4a14cfcc7d4cceb","kind":"tag","published_at":"2019-12-23T12:13:20.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.67.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.67.0/manifests"},{"name":"v0.66.0","sha":"ec854a083f9e704113cd00967574dab8d5004622","kind":"tag","published_at":"2019-12-23T09:51:23.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.66.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.66.0/manifests"},{"name":"v0.65.0","sha":"2e722437a12b2f4e2d4d27058ce9178401388bd8","kind":"tag","published_at":"2019-12-20T23:02:42.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.65.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.65.0/manifests"},{"name":"v0.64.0","sha":"6e677ab39ba43b20e840a4b3f32073375531395e","kind":"tag","published_at":"2019-12-19T13:28:55.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.64.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.64.0/manifests"},{"name":"vv0.63.1","sha":"7d33bccd9cce08a53abf138a3e27067d804341d2","kind":"tag","published_at":"2019-12-11T17:32:49.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.63.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.63.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.63.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.63.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.63.1/manifests"},{"name":"vv0.63.0","sha":"36784b4c862d97b17bd0b87d0b4a78cefab5e36d","kind":"tag","published_at":"2019-12-10T18:53:12.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.63.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.63.0/manifests"},{"name":"vv0.62.0","sha":"7ff3e78244f0927c79e7f956c84c4ba72b63c6fe","kind":"tag","published_at":"2019-12-10T18:33:48.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.62.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.62.0/manifests"},{"name":"vv0.61.0","sha":"bc714cd8836c8bb0f910cd32e87b98c09c721944","kind":"tag","published_at":"2019-08-24T14:30:58.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.61.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.61.0/manifests"},{"name":"vv0.60.0","sha":"cd3771d572e9ca040f7f1437682cb47de32d0e96","kind":"tag","published_at":"2019-08-17T15:45:57.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/vv0.60.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/vv0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@vv0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/vv0.60.0/manifests"},{"name":"v0.59.0","sha":"c4a70481fb7844c3389d605e646de4ca0cef6b4f","kind":"tag","published_at":"2019-07-07T19:33:50.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.59.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.59.0/manifests"},{"name":"v0.58.1","sha":"25963d6c827e6950f8726cdc823c4ec96aa78a44","kind":"tag","published_at":"2019-07-04T22:00:58.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.58.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.58.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.58.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.58.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.58.1/manifests"},{"name":"v0.58.0","sha":"9a12b8a4bdcd589bf6f44b4c62021c0f15911402","kind":"tag","published_at":"2019-06-28T07:01:39.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.58.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.58.0/manifests"},{"name":"v0.57.2","sha":"a4846eecc2c297b016091929eac5da94c135c52c","kind":"tag","published_at":"2019-05-30T10:26:11.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.57.2","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.57.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.57.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.57.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.57.2/manifests"},{"name":"v0.57.1","sha":"d78071ae83367dda76c674e392a16268fe41e843","kind":"tag","published_at":"2019-04-21T11:54:56.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.57.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.57.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.57.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.57.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.57.1/manifests"},{"name":"v0.57.0","sha":"234646d6e48734a59cfc6c52d5f9ba2273749887","kind":"tag","published_at":"2019-04-15T07:22:20.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.57.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.57.0/manifests"},{"name":"v0.56.0","sha":"b719f152701f7c7eef3e0bf8d8af28ea3cde8765","kind":"tag","published_at":"2019-02-14T21:50:34.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.56.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.56.0/manifests"},{"name":"v0.55.4","sha":"8182a69acae9851e73d3708e33115eb86e7f4c6e","kind":"tag","published_at":"2019-02-13T19:59:34.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.55.4","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.55.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.55.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.55.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.55.4/manifests"},{"name":"v0.55.3","sha":"619efd0cc07fbb9d0931026fe2fdf7724ece4039","kind":"tag","published_at":"2019-02-08T21:34:26.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.55.3","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.55.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.55.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.55.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.55.3/manifests"},{"name":"v0.55.2","sha":"98a8d3d03f970bfeec59087415b4c8beb891e75e","kind":"tag","published_at":"2019-02-05T08:06:23.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.55.2","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.55.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.55.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.55.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.55.2/manifests"},{"name":"v0.55.1","sha":"82c2363553610f13c0a69c6cb1eb7df20b84c0ab","kind":"tag","published_at":"2019-01-24T13:46:03.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.55.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.55.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.55.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.55.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.55.1/manifests"},{"name":"v0.55.0","sha":"ef8e2bdf400f4594a1bd406c0559916b883447a3","kind":"tag","published_at":"2019-01-19T12:43:49.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.55.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.55.0/manifests"},{"name":"v0.54.0","sha":"f4b2eb9b326214b27509e67ad77e38d9e852d385","kind":"tag","published_at":"2019-01-11T20:05:27.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.54.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.54.0/manifests"},{"name":"v0.53.1","sha":"1a6c6c18fc1350de532293fcb67cd45d12071d99","kind":"tag","published_at":"2018-12-23T18:11:11.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.53.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.53.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.53.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.53.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.53.1/manifests"},{"name":"v0.53.0","sha":"6093409b99c320870e20ad8a3fa7293239f3e280","kind":"tag","published_at":"2018-12-19T22:15:00.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.53.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.53.0/manifests"},{"name":"v0.51.1","sha":"8955fe7d3bf7443c77f423b24a0e7b32eee08502","kind":"tag","published_at":"2018-11-07T06:43:13.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.51.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.51.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.51.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.51.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.51.1/manifests"},{"name":"v0.51.0","sha":"3c040bacd76eae35ee64e448c1de3ab1f3e6f16b","kind":"tag","published_at":"2018-09-23T08:39:55.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.51.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.51.0/manifests"},{"name":"v0.50.0","sha":"cbab0962634aab668b0891e245881a87c811c3e7","kind":"tag","published_at":"2018-08-25T23:53:40.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.50.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.50.0/manifests"},{"name":"v0.49.0","sha":"5a90fe6161df3b02f8b3348951f93da2f1e22530","kind":"tag","published_at":"2018-08-11T12:13:11.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.49.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.49.0/manifests"},{"name":"v0.48.1","sha":"d6fbe6c1beb82ded64a13eaca72b86d1b8cdcfc9","kind":"tag","published_at":"2018-08-11T08:29:02.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.48.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.48.1/manifests"},{"name":"v0.48.0","sha":"c60341ede808a6d624d654ba6e7fcb4babf8d39f","kind":"tag","published_at":"2018-07-25T00:48:51.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.48.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.48.0/manifests"},{"name":"v0.47.0","sha":"1e24a5222db9d5868e264f4fb127a25c8975d0f0","kind":"tag","published_at":"2018-07-14T02:43:55.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.47.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.47.0/manifests"},{"name":"v0.45.0","sha":"d967acc6ff9710aa43bb4234cb7b0b55eb1c25d8","kind":"tag","published_at":"2018-07-11T18:09:54.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.45.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.45.0/manifests"},{"name":"v0.44.0","sha":"33eebbab2927812581987082586fa51bb04de1e6","kind":"tag","published_at":"2018-07-07T07:35:33.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.44.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.44.0/manifests"},{"name":"v0.43.0","sha":"9336cd986f1a26b716faa00735285dd6153d4d34","kind":"tag","published_at":"2018-06-15T16:20:12.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.43.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.43.0/manifests"},{"name":"v0.42.0","sha":"b7fc96f1d793e3e627afdf777caf6d11b612ee91","kind":"tag","published_at":"2018-06-06T14:38:44.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.42.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.42.0/manifests"},{"name":"v0.41.0","sha":"6f301ffc3d07e50ff9ceb95403f20a23da3f2bd3","kind":"tag","published_at":"2018-05-12T03:26:40.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.41.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.41.0/manifests"},{"name":"v0.40.0","sha":"5e8d799fcc3868498dc6316518679e17efd0d98f","kind":"commit","published_at":"2018-05-07T15:31:56.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.40.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.40.0/manifests"},{"name":"v0.39.0","sha":"1862818c69c513a646849359a34d392322e6a787","kind":"tag","published_at":"2018-04-26T21:04:57.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.39.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.39.0/manifests"},{"name":"v0.38.0","sha":"97caf7819713e659cf45643666cd739483e0b112","kind":"tag","published_at":"2018-04-22T03:58:19.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.38.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.38.0/manifests"},{"name":"v0.37.0","sha":"a02475aa1e3654e0cafd161f856bd6abcd7793ae","kind":"tag","published_at":"2018-04-19T23:20:46.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.37.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.37.0/manifests"},{"name":"v0.36.0","sha":"2a1adc0ea441792c614d3401aec21a99acc4dddd","kind":"tag","published_at":"2018-03-31T22:45:12.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.36.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.36.0/manifests"},{"name":"v0.35.0","sha":"5c8dae5ab03ec26e96025296bbcf47df1db91400","kind":"tag","published_at":"2018-03-25T19:37:32.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.35.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.35.0/manifests"},{"name":"v0.34.0","sha":"106a7fed04e923d42a1043bfc839ef0f461ee609","kind":"tag","published_at":"2018-03-25T19:16:11.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.34.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.34.0/manifests"},{"name":"v0.33.0","sha":"96646b9a6c551c79a40102bd3f7103e378d562fb","kind":"tag","published_at":"2018-03-25T07:01:34.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.33.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"a0d25f3379225cbf6e9c52fdf27f87af2ad5941e","kind":"tag","published_at":"2018-03-23T00:55:22.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.32.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"cc1fa3f2c6a96127350a59544c5c6336f9bd069e","kind":"tag","published_at":"2018-03-14T04:47:57.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.31.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.31.0/manifests"},{"name":"v0.30.0","sha":"182b7805ed201f955333d829db9671f848a792cf","kind":"commit","published_at":"2018-02-09T21:33:56.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.30.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"fe36ad4e4c788dc241c6da366149a9d7874953df","kind":"tag","published_at":"2018-01-19T21:04:57.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.29.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.29.0/manifests"},{"name":"v0.28.0","sha":"112a2ace3baff9f842ca55cee8dfab9febe6f53a","kind":"commit","published_at":"2018-01-18T23:20:07.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.28.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"bb05a680d3cfa3ca592c06b93421f450fca2b246","kind":"commit","published_at":"2018-01-17T22:03:24.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.27.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"ab99abbd41f39723e5ecfa1bfbf3b821ebbad5ff","kind":"commit","published_at":"2018-01-16T23:02:26.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.26.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"52d4479cc4a915a30ec80604863210ec6c3362e4","kind":"commit","published_at":"2018-01-09T17:34:33.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.25.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"4f32daba82cae7c0151fd0c5a5258cda88e86217","kind":"commit","published_at":"2018-01-09T02:36:22.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.24.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"cbac7dcb84c914d811ff98af03cc5d4ab699d2c1","kind":"commit","published_at":"2018-01-06T20:50:06.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.23.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"78883866cc66f55ed30788ca94c695986d799fe5","kind":"commit","published_at":"2018-01-03T07:16:41.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.22.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"5f64eee3846153ad5d861a6dfdfbe5a0959821eb","kind":"commit","published_at":"2018-01-01T12:14:46.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.21.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"2b924962a0d9703193ffacd8036a1d09d2dc2039","kind":"commit","published_at":"2017-12-25T14:54:40.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.20.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"03d48023c65cafff9c43c66a62700b511483493e","kind":"commit","published_at":"2017-12-16T11:19:02.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.19.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"9a4ddfcce7dab86f4c348a23f233ee5163f0b727","kind":"commit","published_at":"2017-12-05T15:21:13.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.18.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"79541c6afea6f6b172db3e6519a560c881718bc3","kind":"commit","published_at":"2017-11-29T20:51:01.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.17.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"248a750a736b8639bb8768f8de3afead5a37079e","kind":"commit","published_at":"2017-11-28T20:59:57.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.16.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"2e449d5391fdf9db9404d9bda1242a9232a9d237","kind":"commit","published_at":"2017-11-23T22:08:12.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.15.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"766981b76203c49534e8a1530d8cd5efa74064f5","kind":"commit","published_at":"2017-11-20T16:01:47.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.14.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"e38b8494b8aec9a860f1fce13f1818167f63a5f8","kind":"commit","published_at":"2017-11-14T07:14:40.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.13.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.13.0/manifests"},{"name":"0.11.1","sha":"a12be6867afef1107e4ea781f7a4a3d273b5019c","kind":"commit","published_at":"2017-07-06T07:58:39.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/0.11.1","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/0.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@0.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/0.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/0.11.1/manifests"},{"name":"v0.10.0","sha":"383853f6b8a32310e557af8135ced12469c319d6","kind":"commit","published_at":"2017-05-13T13:22:52.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.10.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"33754e5bd1b41d8ad846921e8e66ab2c94cd6957","kind":"commit","published_at":"2017-05-12T19:15:02.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.9.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"5c67f7c6d631c5fd6214968fcd76695e5bf73380","kind":"commit","published_at":"2017-05-01T09:39:07.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.8.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"f41df14bf1f3baa40a1cde76b82fa8ab5fd4a488","kind":"commit","published_at":"2017-01-31T21:55:17.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.7.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.7.0/manifests"},{"name":"v0.1.0","sha":"45dd4cb185c245e299042fd03f0b5dbe2d4ae25b","kind":"commit","published_at":"2016-10-22T21:49:07.000Z","download_url":"https://codeload.github.com/gluon-lang/lsp-types/tar.gz/v0.1.0","html_url":"https://github.com/gluon-lang/lsp-types/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/gluon-lang/lsp-types@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluon-lang%2Flsp-types/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-06T12:39:59.349Z","dependent_packages_count":128,"downloads":32721893,"downloads_period":"total","dependent_repos_count":1035,"rankings":{"downloads":0.8341836544692134,"dependent_repos_count":1.278833334574678,"dependent_packages_count":0.5235992045463009,"stargazers_count":9.87315939611062,"forks_count":7.629044153251339,"docker_downloads_count":0.3783618718485361,"average":3.419530269133448},"purl":"pkg:cargo/lsp-types","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/lsp-types","docker_dependents_count":208,"docker_downloads_count":29215340,"usage_url":"https://repos.ecosyste.ms/usage/cargo/lsp-types","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/lsp-types/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-05-22T07:12:17.007Z","issues_count":42,"pull_requests_count":124,"avg_time_to_close_issue":9939117.8,"avg_time_to_close_pull_request":3504539.46875,"issues_closed_count":20,"pull_requests_closed_count":96,"pull_request_authors_count":53,"issue_authors_count":40,"avg_comments_per_issue":0.9047619047619048,"avg_comments_per_pull_request":1.064516129032258,"merged_pull_requests_count":77,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":3,"past_year_pull_requests_count":3,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":3670279.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":1,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.3333333333333333,"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/gluon-lang%2Flsp-types/issues","maintainers":[{"login":"Marwes","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Marwes"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lsp-types/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lsp-types/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lsp-types/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lsp-types/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lsp-types/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lsp-types/codemeta","maintainers":[{"uuid":"987","login":"Marwes","name":"Markus Westerlind","email":null,"url":"https://github.com/Marwes","packages_count":40,"html_url":"https://crates.io/users/Marwes","role":null,"created_at":"2022-11-07T16:25:03.962Z","updated_at":"2022-11-07T16:25:03.962Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/Marwes/packages"},{"uuid":"7027","login":"Xanewok","name":"Igor Matuszewski","email":null,"url":"https://github.com/Xanewok","packages_count":14,"html_url":"https://crates.io/users/Xanewok","role":null,"created_at":"2022-11-07T16:25:03.967Z","updated_at":"2022-11-07T16:25:03.967Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/Xanewok/packages"},{"uuid":"9576","login":"autozimu","name":"Junfeng Li","email":null,"url":"https://github.com/autozimu","packages_count":5,"html_url":"https://crates.io/users/autozimu","role":null,"created_at":"2022-11-07T16:25:03.972Z","updated_at":"2022-11-07T16:25:03.972Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/autozimu/packages"}]}